summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-23 15:17:21 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-23 15:17:21 +0800
commitc31707b1c6bfe438107d25fa7322839671330744 (patch)
tree4db7e93a0a308bf58611c705408c4108e3ad5495
parentb6600a06ab403caa58a9938e677816fa5d48e1c6 (diff)
downloadmrust-c31707b1c6bfe438107d25fa7322839671330744.tar.gz
Makefile - Dependencies for librustc_trans
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b699242b..0d9f52d1 100644
--- a/Makefile
+++ b/Makefile
@@ -168,6 +168,7 @@ output/librustc_const_eval.hir: $(call fcn_extcrate, std arena syntax log rustc
output/librustc_plugin.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_plugin/lib.rs))
output/librustc.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc/lib.rs))
+output/librustc_trans.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_trans/lib.rs))
output/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir output/librustc_driver.hir
@echo "--- [MRUSTC] $@"