mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Tell Makefile to look an extra level deep for dependencies
This commit is contained in:
parent
f909dd114d
commit
60399ed198
@ -137,7 +137,7 @@ STDLIB_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rc *.rs */*.rs))
|
||||
|
||||
COMPILER_CRATE := $(S)src/comp/rustc.rc
|
||||
COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/comp/, \
|
||||
rustc.rc *.rs */*.rs))
|
||||
rustc.rc *.rs */*.rs */*/*.rs))
|
||||
|
||||
######################################################################
|
||||
# Main target dependency variables
|
||||
|
Loading…
Reference in New Issue
Block a user