diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-10 14:33:55 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-10 14:33:55 +0800 |
commit | ad3aa433cbf65b0f710192029414aaa5857402dd (patch) | |
tree | 882297e90ff8fe2283360b8683e509780654d864 | |
parent | 51a04ad6e7b451eb3543fe97a1dfe9430f3a4436 (diff) | |
download | mrust-ad3aa433cbf65b0f710192029414aaa5857402dd.tar.gz |
Makefile - libtest depends on libterm
-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/libtest.hir: output/libgetopts.hir output/libterm.hir .PHONY: test test_rustos # |