From 18fda6d7c343afd5970bd26cfc4a80fa4503cc84 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Dec 2002 23:47:39 +0000 Subject: [PATCH] Remove temp files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5118 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/BugPoint/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1