about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-01-04 17:37:51 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-01-04 17:37:51 -0800
commit7276f85f32801f9d4c379063d04bb1ef94ef65fd (patch)
tree24ad249630220fc186f2c9054cb625692f1f9b39
parentb7d2fe57cfa7d260838832ad8c301a946206c16d (diff)
downloadrust-7276f85f32801f9d4c379063d04bb1ef94ef65fd.tar.gz
rust-7276f85f32801f9d4c379063d04bb1ef94ef65fd.zip
Fix another s/BREQ/SREQ/ in the makefile.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4819f5d5342..d3d01bc2e16 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -704,7 +704,7 @@ test/run-fail/%.boot$(CFG_EXE_SUFFIX): test/run-fail/%.rs $(BREQ)
 	@$(call CFG_ECHO, compile [boot]: $<)
 	$(BOOT) -o $@ $<
 
-test/run-fail/%.bc: test/run-fail/%.rs $(BREQ)
+test/run-fail/%.bc: test/run-fail/%.rs $(SREQ)
 	@$(call CFG_ECHO, compile [rustc]: $<)
 	$(RUSTC) -o $@ $<