summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-10 22:31:32 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-10 22:31:32 +0800
commitee935476fe7a920e73700b4a3d87354919f2a4e7 (patch)
treef20b0b53c65efc13060403b6638d68ecab72d9a5
parentc6aac783f8ffc2241426f00d7d23d688e2f1213a (diff)
downloadmrust-ee935476fe7a920e73700b4a3d87354919f2a4e7.tar.gz
Makefile - libtest also requires panic_unwind
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c93fa67..cd47e429 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ output/rust/run-pass/allocator-default.o: output/liballoc_jemalloc.hir output/li
output/liballocator_dummy.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/allocator-dummy.rs
$(DBG) $(BIN) $< -o $@ $(PIPECMD)
-output/libtest.hir: output/libgetopts.hir output/libterm.hir
+output/libtest.hir: $(patsubst %,output/lib%.hir, std getopts term panic_unwind)
output/libgetopts.hir: output/libstd.hir
.PHONY: test test_rustos