From 6335529c36ea029d4ce1fdb79c2bca99edf341b4 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 4 Oct 2011 11:24:18 -0700 Subject: [PATCH] Fix #1003 harder --- mk/tests.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index 9f40c1e39d1..2209265a233 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -153,7 +153,8 @@ test/rustctest.stage$(1)$$(X): \ $$(COMPILER_CRATE) $$(COMPILER_INPUTS) \ $$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \ $$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \ - $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM) + $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM) \ + $$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_STDLIB) @$$(call E, compile_and_link: $$@) $$(STAGE$(1)) -o $$@ $$< --test