From d4c7cd5f8d350f7c24fc18ffef4a41595a774acc Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 3 Jan 2011 14:20:00 -0800 Subject: Change BREQ to SREQ in deps of compile-fail/%.rustc.out --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 37f6aea3..4819f5d5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -651,7 +651,7 @@ test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ) $(CFG_QUIET)grep --text --quiet \ "`awk -F: '/error-pattern/ { print $$2 }' $< | tr -d '\n\r'`" $@ -test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(BREQ) +test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ) @$(call CFG_ECHO, compile [rustc]: $<) $(CFG_QUIET)rm -f $@ $(RUSTC) -o $(@:.out=$(CFG_EXE_SUFFIX)) $< >$@ 2>&1 || true -- cgit v1.2.3