about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-01-03 14:20:00 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-01-03 14:20:00 -0800
commitd4c7cd5f8d350f7c24fc18ffef4a41595a774acc (patch)
treef0ddae9bcc1b9857b8de3db026ab8b8395d0dd12 /src
parent46d78d1e878b7eae606f319b1e6bd6f7bd8cc18e (diff)
downloadrust-d4c7cd5f8d350f7c24fc18ffef4a41595a774acc.tar.gz
rust-d4c7cd5f8d350f7c24fc18ffef4a41595a774acc.zip
Change BREQ to SREQ in deps of compile-fail/%.rustc.out
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 37f6aea32db..4819f5d5342 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