aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-20 19:08:37 -0700
committerGraydon Hoare <[email protected]>2011-03-20 19:43:38 -0700
commita36b44d33d40dd617141a50be067e58a50f70cc3 (patch)
treec19b0a12871734e8c13b8a54aa6c54f245caba84
parentFix typo. (diff)
downloadrust-a36b44d33d40dd617141a50be067e58a50f70cc3.tar.xz
rust-a36b44d33d40dd617141a50be067e58a50f70cc3.zip
Depend %.stage0.exe on %.stage0.o.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f244642..5855367c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -457,7 +457,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
@$(call E, compile [boot]: $@)
$(BOOT) -o $@ $<
-%.stage0$(X): %.o rt/$(CFG_RUNTIME) stage0/glue.o
+%.stage0$(X): %.stage0.o rt/$(CFG_RUNTIME) stage0/glue.o
@$(call E, link [llvm]: $@)
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< -Lstage0 -lrustrt
@# dsymutil sometimes fails or prints a warning, but the