summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-25 12:52:20 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-25 12:52:20 +0800
commitc672049835f0e3c050029c947e739ffa3998daa1 (patch)
treed0d432374fc396fa2c377b059c6d5c1e84f2f2ac
parent01ebe8360cb1c16382559dcce0dd74d4dc7a3fce (diff)
downloadmrust-c672049835f0e3c050029c947e739ffa3998daa1.tar.gz
Makefile - librustc dep tree continued
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4aad192c..33733f64 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,10 @@ output/libgetopts.hir: output/libstd.hir
output/libserialize.hir: $(call fcn_extcrate, std log)
output/librbml.hir: $(call fcn_extcrate, std serialize)
output/librustc_llvm.hir: $(call fcn_extcrate, std rustc_bitflags)
-output/librustc.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml rustc_llvm)
+output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos)
+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/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir
@echo "--- [MRUSTC] $@"