diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-23 15:17:21 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-23 15:17:21 +0800 |
commit | c31707b1c6bfe438107d25fa7322839671330744 (patch) | |
tree | 4db7e93a0a308bf58611c705408c4108e3ad5495 | |
parent | b6600a06ab403caa58a9938e677816fa5d48e1c6 (diff) | |
download | mrust-c31707b1c6bfe438107d25fa7322839671330744.tar.gz |
Makefile - Dependencies for librustc_trans
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] $@" |