diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-10 22:31:32 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-10 22:31:32 +0800 |
commit | ee935476fe7a920e73700b4a3d87354919f2a4e7 (patch) | |
tree | f20b0b53c65efc13060403b6638d68ecab72d9a5 | |
parent | c6aac783f8ffc2241426f00d7d23d688e2f1213a (diff) | |
download | mrust-ee935476fe7a920e73700b4a3d87354919f2a4e7.tar.gz |
Makefile - libtest also requires panic_unwind
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |