Skip to content

Commit 7276f85

Browse files
committed
Fix another s/BREQ/SREQ/ in the makefile.
1 parent b7d2fe5 commit 7276f85

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
@@ -704,7 +704,7 @@ test/run-fail/%.boot$(CFG_EXE_SUFFIX): test/run-fail/%.rs $(BREQ)
704704
@$(call CFG_ECHO, compile [boot]: $<)
705705
$(BOOT) -o $@ $<
706706

707-
test/run-fail/%.bc: test/run-fail/%.rs $(BREQ)
707+
test/run-fail/%.bc: test/run-fail/%.rs $(SREQ)
708708
@$(call CFG_ECHO, compile [rustc]: $<)
709709
$(RUSTC) -o $@ $<
710710

0 commit comments

Comments
 (0)