From: Chris Lattner Date: Mon, 23 Dec 2002 23:47:39 +0000 (+0000) Subject: Remove temp files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18fda6d7c343afd5970bd26cfc4a80fa4503cc84;p=oota-llvm.git Remove temp files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5118 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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