Skip to content

Commit 685f186

Browse files
committed
Fix up LIBRUSTSYNTAX_INPUTS and tidy rule.
1 parent 9e726b0 commit 685f186

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ COMPILER_INPUTS := $(filter-out $(S)src/rustc/driver/rustc.rs, \
205205

206206
LIBRUSTSYNTAX_CRATE := $(S)src/librustsyntax/rustsyntax.rc
207207
LIBRUSTSYNTAX_INPUTS := $(wildcard $(addprefix $(S)src/librustsyntax/, \
208-
rustsyntax.rc *.rs))
208+
rustsyntax.rc *.rs */*.rs */*/*.rs))
209209

210210
RUSTC_INPUTS := $(S)src/rustc/driver/rustc.rs
211211

mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ tidy:
127127
$(wildcard $(S)src/etc/*.py) \
128128
$(COMPILER_CRATE) \
129129
$(COMPILER_INPUTS) \
130+
$(LIBRUSTSYNTAX_CRATE) \
131+
$(LIBRUSTSYNTAX_INPUTS) \
130132
$(CORELIB_CRATE) \
131133
$(CORELIB_INPUTS) \
132134
$(STDLIB_CRATE) \

0 commit comments

Comments
 (0)