We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a058e63 commit 2e4e239Copy full SHA for 2e4e239
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 3aac5059ee986126851cb4f8bd312f1fb5f9ddea
+refs/heads/master: bc5a8393e714f05d2dbb5abf1ebb7ff6267f48fe
trunk/src/Makefile
@@ -365,7 +365,7 @@ $(CFG_RUSTC): $(COMPILER_INPUTS) $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)
365
$(BOOT) -minimal -o $@ $<
366
$(CFG_QUIET)chmod 0755 $@
367
368
-glue.bc: $(CFG_RUSTC)
+glue.bc: $(CFG_RUSTC) $(CFG_RUNTIME) $(CFG_STDLIB)
369
@$(call CFG_ECHO, generate: $@)
370
$(RUSTC) -o $@ -glue
371
0 commit comments