summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#