Fix a typo in tests.mk. Closes #1003

This commit is contained in:
Brian Anderson 2011-10-04 11:19:25 -07:00
parent 007ec666ad
commit f5e668c877
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ check-stage$(1)-std-dummy: test/stdtest.stage$(1)$$(X)
test/rustctest.stage$(1)$$(X): \
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRPILE)) \
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
$$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM)
@$$(call E, compile_and_link: $$@)