Skip to content

Commit 60399ed

Browse files
catamorphismgraydon
authored andcommitted
Tell Makefile to look an extra level deep for dependencies
1 parent f909dd1 commit 60399ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ STDLIB_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rc *.rs */*.rs))
137137

138138
COMPILER_CRATE := $(S)src/comp/rustc.rc
139139
COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/comp/, \
140-
rustc.rc *.rs */*.rs))
140+
rustc.rc *.rs */*.rs */*/*.rs))
141141

142142
######################################################################
143143
# Main target dependency variables

0 commit comments

Comments
 (0)