Skip to content

Commit a36b44d

Browse files
committed
Depend %.stage0.exe on %.stage0.o.
1 parent d9dc070 commit a36b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
457457
@$(call E, compile [boot]: $@)
458458
$(BOOT) -o $@ $<
459459

460-
%.stage0$(X): %.o rt/$(CFG_RUNTIME) stage0/glue.o
460+
%.stage0$(X): %.stage0.o rt/$(CFG_RUNTIME) stage0/glue.o
461461
@$(call E, link [llvm]: $@)
462462
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< -Lstage0 -lrustrt
463463
@# dsymutil sometimes fails or prints a warning, but the

0 commit comments

Comments
 (0)