From ee935476fe7a920e73700b4a3d87354919f2a4e7 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 10 Oct 2016 22:31:32 +0800 Subject: Makefile - libtest also requires panic_unwind --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3