add rustc to set of targets to build

This commit is contained in:
Niko Matsakis 2011-11-09 08:35:49 -08:00
parent 0d9e32d70d
commit 711a3b066b
1 changed files with 2 additions and 1 deletions

View File

@ -289,7 +289,8 @@ TARGET_SREQ$(1)$(2) = \
# Prerequisites for complete stageN targets
SREQ$(1)$(2) = \
$$(TARGET_SREQ$(1)$(2)) \
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \
$$(TARGET_BIN$(1)$(2))/rustc
ifeq ($(1),0)
# Don't run the the stage0 compiler under valgrind - that ship has sailed