Skip to content

Commit 9ccd84a

Browse files
committed
fix prereqs
1 parent 5aaafa7 commit 9ccd84a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mk/tests.mk

+2-5
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
163163
# Rules for the rustc test runner
164164

165165
test/rustctest.stage$(1)-$(2)$$(X): \
166-
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
167-
$$(TARGET_SREQ$(1)$(2) \
168-
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
169-
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM) \
170-
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
166+
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) $$(SREQ$(1)$(2)) \
167+
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM)
171168
@$$(call E, compile_and_link: $$@)
172169
$$(STAGE$(1)_$(2)) -o $$@ $$< --test
173170

0 commit comments

Comments
 (0)