Fix dependencies of stage2 check-fast driver.

This commit is contained in:
Graydon Hoare 2012-02-17 13:38:19 -08:00
parent a4d2beb16b
commit 224eb977f8
1 changed files with 2 additions and 2 deletions

View File

@ -414,10 +414,10 @@ $(foreach host,$(CFG_TARGET_TRIPLES), \
# Fast-test rules
######################################################################
GENERATED += tmp/$$(FT).rc tmp/$$(FT_DRIVER).rs
GENERATED += tmp/$(FT).rc tmp/$(FT_DRIVER).rs
tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
$(TEST_RPASS_SOURCES_STAGE2) \
$(RPASS_TESTS) \
$(S)src/etc/combine-tests.py
@$(call E, check: building combined stage2 test runner)
$(Q)$(S)src/etc/combine-tests.py