Skip to content

Commit 724a9a3

Browse files
committed
Correct deps on stage0/glue.bc
1 parent 24e0fc0 commit 724a9a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ stage0/rustc$(X): $(S)src/$(COMPILER_CRATE) $(COMPILER_INPUTS) \
375375
$(BOOT) -minimal -o $@ $<
376376
$(Q)chmod 0755 $@
377377

378-
stage0/glue.bc: stage0/rustc$(X) rt/$(CFG_RUNTIME) stage0/$(CFG_STDLIB)
378+
stage0/glue.bc: stage0/rustc$(X) stage0/$(CFG_STDLIB) \
379+
llvmext/$(CFG_LLVMEXT) rt/$(CFG_RUNTIME)
379380
@$(call E, generate: $@)
380381
$(STAGE0) -o $@ -glue
381382

0 commit comments

Comments
 (0)