diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-10 18:06:36 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-10 18:06:36 +0800 |
commit | 997577c26dd8c9db1b8abdc1107d187bbbb6c2c7 (patch) | |
tree | 1de68364cde072914b15d990e796b3058d2dabac | |
parent | 2288ef49a128471d866e2c83a5fcf84c3803964c (diff) | |
download | mrust-997577c26dd8c9db1b8abdc1107d187bbbb6c2c7.tar.gz |
Makefile - getopts depends on std
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 # |