mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 19:04:21 +00:00
libsyntax/ext/deriving/cmp/* was ignored by the build system.
This commit is contained in:
parent
fbeeeebf47
commit
44acdad5f8
@ -297,7 +297,7 @@ COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/librustc/, \
|
||||
|
||||
LIBSYNTAX_CRATE := $(S)src/libsyntax/syntax.rs
|
||||
LIBSYNTAX_INPUTS := $(wildcard $(addprefix $(S)src/libsyntax/, \
|
||||
*.rs */*.rs */*/*.rs))
|
||||
*.rs */*.rs */*/*.rs */*/*/*.rs))
|
||||
|
||||
DRIVER_CRATE := $(S)src/driver/driver.rs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user