summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-18 12:48:40 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-18 12:48:40 +0800
commit1c8084214f891368d1e28b81d64569ac49558327 (patch)
treecf2d57914aaa84544a55f41ccc292c16ef48348e
parentcd260a91e81f6196b89c09a8ccc74bdfea4ab827 (diff)
downloadmrust-1c8084214f891368d1e28b81d64569ac49558327.tar.gz
Makefile - Another bunch of dependencies
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2206ca58..fd95650c 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,7 @@ output/libunwind.hir: $(call fcn_extcrate, core libc)
output/libterm.hir: $(call fcn_extcrate, std)
output/libpanic_unwind.hir: $(call fcn_extcrate, core alloc libc unwind)
+output/libpanic_abort.hir: $(call fcn_extcrate, core $(call fn_getdeps, $(RUSTCSRC)src/libpanic_abort.rs))
output/libtest.hir: $(call fcn_extcrate, std getopts term panic_unwind)
output/libgetopts.hir: output/libstd.hir
output/libflate.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/libflate/lib.rs))
@@ -174,7 +175,7 @@ output/librustc_const_eval.hir: $(call fcn_extcrate, std arena syntax log rustc
output/libsyntax_pos.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/libsyntax_pos/lib.rs))
-output/librustc_privacy.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_privacy/lib.rs))
+output/librustc_plugin.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_plugin/lib.rs))
output/librustc_save_analysis.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_save_analysis/lib.rs))
output/librustc_resolve.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_resolve/lib.rs))
output/librustc_plugin.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_plugin/lib.rs))