summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-10 18:06:36 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-10 18:06:36 +0800
commit997577c26dd8c9db1b8abdc1107d187bbbb6c2c7 (patch)
tree1de68364cde072914b15d990e796b3058d2dabac
parent2288ef49a128471d866e2c83a5fcf84c3803964c (diff)
downloadmrust-997577c26dd8c9db1b8abdc1107d187bbbb6c2c7.tar.gz
Makefile - getopts depends on std
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54455468..5c93fa67 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,7 @@ output/liballocator_dummy.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/allocator-dum
$(DBG) $(BIN) $< -o $@ $(PIPECMD)
output/libtest.hir: output/libgetopts.hir output/libterm.hir
+output/libgetopts.hir: output/libstd.hir
.PHONY: test test_rustos
#