aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-04 17:37:51 -0800
committerGraydon Hoare <[email protected]>2011-01-04 17:37:51 -0800
commit7276f85f32801f9d4c379063d04bb1ef94ef65fd (patch)
tree24ad249630220fc186f2c9054cb625692f1f9b39 /src/Makefile
parentrustc: Allow the type unification handler to handle both expected and actual ... (diff)
downloadrust-7276f85f32801f9d4c379063d04bb1ef94ef65fd.tar.xz
rust-7276f85f32801f9d4c379063d04bb1ef94ef65fd.zip
Fix another s/BREQ/SREQ/ in the makefile.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4819f5d5..d3d01bc2 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 $@ $<