diff options
| -rw-r--r-- | src/Makefile | 2 |
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 $@ $< |