From a36b44d33d40dd617141a50be067e58a50f70cc3 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sun, 20 Mar 2011 19:08:37 -0700 Subject: [PATCH] Depend %.stage0.exe on %.stage0.o. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9f2446424b6..5855367c06d 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