summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BugPoint/Makefile b/test/BugPoint/Makefile
index 5605efda90..aea9a65b5c 100644
--- a/test/BugPoint/Makefile
+++ b/test/BugPoint/Makefile
@@ -12,8 +12,8 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
-$(TESTRUNR) $<
- -# Remove temporary files generated...
- @rm -f bugpoint-$<-*
+ -@# Remove temporary files generated...
+ -@rm -f bugpoint-*
clean::
rm -f *.bc