Skip to content

Commit bc5a839

Browse files
committed
Help extinguish fires.
1 parent 3aac505 commit bc5a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ $(CFG_RUSTC): $(COMPILER_INPUTS) $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)
365365
$(BOOT) -minimal -o $@ $<
366366
$(CFG_QUIET)chmod 0755 $@
367367

368-
glue.bc: $(CFG_RUSTC)
368+
glue.bc: $(CFG_RUSTC) $(CFG_RUNTIME) $(CFG_STDLIB)
369369
@$(call CFG_ECHO, generate: $@)
370370
$(RUSTC) -o $@ -glue
371371

0 commit comments

Comments
 (0)