summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-10 14:33:55 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-10 14:33:55 +0800
commitad3aa433cbf65b0f710192029414aaa5857402dd (patch)
tree882297e90ff8fe2283360b8683e509780654d864
parent51a04ad6e7b451eb3543fe97a1dfe9430f3a4436 (diff)
downloadmrust-ad3aa433cbf65b0f710192029414aaa5857402dd.tar.gz
Makefile - libtest depends on libterm
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e28198d1..54455468 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/libtest.hir: output/libgetopts.hir output/libterm.hir
.PHONY: test test_rustos
#