Skip to content

Commit d4c7cd5

Browse files
committed
Change BREQ to SREQ in deps of compile-fail/%.rustc.out
1 parent 46d78d1 commit d4c7cd5

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
@@ -651,7 +651,7 @@ test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ)
651651
$(CFG_QUIET)grep --text --quiet \
652652
"`awk -F: '/error-pattern/ { print $$2 }' $< | tr -d '\n\r'`" $@
653653

654-
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(BREQ)
654+
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ)
655655
@$(call CFG_ECHO, compile [rustc]: $<)
656656
$(CFG_QUIET)rm -f $@
657657
$(RUSTC) -o $(@:.out=$(CFG_EXE_SUFFIX)) $< >$@ 2>&1 || true

0 commit comments

Comments
 (0)