Skip to content

Commit 44acdad

Browse files
committed
libsyntax/ext/deriving/cmp/* was ignored by the build system.
1 parent fbeeeeb commit 44acdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/librustc/, \
297297

298298
LIBSYNTAX_CRATE := $(S)src/libsyntax/syntax.rs
299299
LIBSYNTAX_INPUTS := $(wildcard $(addprefix $(S)src/libsyntax/, \
300-
*.rs */*.rs */*/*.rs))
300+
*.rs */*.rs */*/*.rs */*/*/*.rs))
301301

302302
DRIVER_CRATE := $(S)src/driver/driver.rs
303303

0 commit comments

Comments
 (0)