Help extinguish fires.

This commit is contained in:
Graydon Hoare 2011-03-10 17:57:22 -08:00
parent 3aac5059ee
commit bc5a8393e7

View file

@ -365,7 +365,7 @@ $(CFG_RUSTC): $(COMPILER_INPUTS) $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)
$(BOOT) -minimal -o $@ $<
$(CFG_QUIET)chmod 0755 $@
glue.bc: $(CFG_RUSTC)
glue.bc: $(CFG_RUSTC) $(CFG_RUNTIME) $(CFG_STDLIB)
@$(call CFG_ECHO, generate: $@)
$(RUSTC) -o $@ -glue