Skip to content

Commit 224eb97

Browse files
committed
Fix dependencies of stage2 check-fast driver.
1 parent a4d2beb commit 224eb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ $(foreach host,$(CFG_TARGET_TRIPLES), \
414414
# Fast-test rules
415415
######################################################################
416416

417-
GENERATED += tmp/$$(FT).rc tmp/$$(FT_DRIVER).rs
417+
GENERATED += tmp/$(FT).rc tmp/$(FT_DRIVER).rs
418418

419419
tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
420-
$(TEST_RPASS_SOURCES_STAGE2) \
420+
$(RPASS_TESTS) \
421421
$(S)src/etc/combine-tests.py
422422
@$(call E, check: building combined stage2 test runner)
423423
$(Q)$(S)src/etc/combine-tests.py

0 commit comments

Comments
 (0)