Skip to content

Commit 5502354

Browse files
committed
correct (I think) prereqs
1 parent 4183023 commit 5502354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
164164

165165
test/rustctest.stage$(1)-$(2)$$(X): \
166166
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
167-
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
167+
$$(TARGET_SREQ$(1)$(2) \
168168
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
169169
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM) \
170170
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)

0 commit comments

Comments
 (0)