Fix a typo in tests.mk that was building stdtest with the wrong compiler

This commit is contained in:
Brian Anderson 2011-07-29 18:34:33 -07:00
parent d1dbb99984
commit 9a995b0d25
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ check-stage$(2)-std: test/stdtest.stage$(2).out \
test/stdtest.stage$(2)$$(X): $$(STDTEST_CRATE) $$(STDTEST_INPUTS) \
$$(SREQ$(2))
@$$(call E, compile_and_link: $$@)
$$(STAGE1) -o $$@ $$< --test
$$(STAGE$(2)) -o $$@ $$< --test
test/stdtest.stage$(2).out.tmp: test/stdtest.stage$(2)$$(X)
@$$(call E, run: $$<)