summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39f6ab22..250c5a59 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,8 @@ output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos term)
output/libsyntax.hir: $(call fcn_extcrate, std rustc_errors)
output/librustc_back.hir: $(call fcn_extcrate, std syntax)
output/librustc_data_structures.hir: $(call fcn_extcrate, std log serialize libc)
-output/librustc.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml rustc_llvm rustc_back getopts rustc_data_structures)
+output/librustc_const_math.hir: $(call fcn_extcrate, std log syntax serialize)
+output/librustc.hir: $(call fcn_extcrate, std arena core flate fmt_macros graphviz rbml rustc_llvm rustc_back getopts rustc_data_structures rustc_const_math rustc_errors log syntax syntax_pos rustc_bitflags serialize)
output/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir
@echo "--- [MRUSTC] $@"