Depend %.stage0.exe on %.stage0.o.
diff --git a/Makefile.in b/Makefile.in
index 9f24464..5855367 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -457,7 +457,7 @@
 	@$(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