From 7276f85f32801f9d4c379063d04bb1ef94ef65fd Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 4 Jan 2011 17:37:51 -0800 Subject: Fix another s/BREQ/SREQ/ in the makefile. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 $@ $< -- cgit v1.2.3