summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-05 16:29:44 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-05 16:29:44 +0800
commitd773edd75db789de4ccad0fed7c62faf13c50603 (patch)
treeb4534b31ed6d00ee9c3ae2dbe234e8dfb5434c3b
parentdc7eb4c74471d7dce799ebef603f6eb83c2964fe (diff)
downloadmrust-d773edd75db789de4ccad0fed7c62faf13c50603.tar.gz
Makefile - More rustc deps
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb1a0f85..6774279b 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,8 @@ output/librustc_llvm.hir: $(call fcn_extcrate, std rustc_bitflags)
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.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml rustc_llvm rustc_back)
+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/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir
@echo "--- [MRUSTC] $@"