From 44acdad5f8974206d871bb1134f67368bdb236ee Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 21 Jul 2013 00:37:47 +1000 Subject: [PATCH] libsyntax/ext/deriving/cmp/* was ignored by the build system. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d78176e5699..a9a41a073d0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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