diff --git a/test/BugPoint/Makefile b/test/BugPoint/Makefile index 9ccafc73acc..5605efda906 100644 --- a/test/BugPoint/Makefile +++ b/test/BugPoint/Makefile @@ -12,6 +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-$<-* clean:: rm -f *.bc