diff options
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5d3057b5..21366b6b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |