]> git.lizzy.rs Git - rust.git/commitdiff
Fix snap rules to depend more correctly on rustc$(X) not rustc.
authorGraydon Hoare <graydon@mozilla.com>
Tue, 17 May 2011 02:05:08 +0000 (19:05 -0700)
committerGraydon Hoare <graydon@mozilla.com>
Tue, 17 May 2011 02:05:08 +0000 (19:05 -0700)
mk/snap.mk

index 94caac60285717aabce41ae0e90b00f50293ba56..6cf5c998ec8fa83b64a792e32a0fa902c092b34d 100644 (file)
@@ -1,10 +1,10 @@
 
-snap-stage1: stage1/rustc stage1/glue.o stage1/$(CFG_STDLIB)
+snap-stage1: stage1/rustc$(X) stage1/glue.o stage1/$(CFG_STDLIB)
        $(CFG_SRC_DIR)src/etc/make-snapshot.py stage1
 
-snap-stage2: stage2/rustc stage2/glue.o stage2/$(CFG_STDLIB)
+snap-stage2: stage2/rustc$(X) stage2/glue.o stage2/$(CFG_STDLIB)
        $(CFG_SRC_DIR)src/etc/make-snapshot.py stage2
 
-snap-stage3: stage3/rustc stage3/glue.o stage3/$(CFG_STDLIB)
+snap-stage3: stage3/rustc$(X) stage3/glue.o stage3/$(CFG_STDLIB)
        $(CFG_SRC_DIR)src/etc/make-snapshot.py stage3