From 4efb8afd9b933a9ddca12bd8ffc1a26ed53af62b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 18 Jul 2001 23:43:53 +0000 Subject: [PATCH] Fix clean target llvm-svn: 203 --- llvm/tools/analyze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/analyze/Makefile b/llvm/tools/analyze/Makefile index e8e191c0e283..d624faff811f 100644 --- a/llvm/tools/analyze/Makefile +++ b/llvm/tools/analyze/Makefile @@ -3,7 +3,7 @@ include $(LEVEL)/Makefile.common all:: analyze clean :: - rm -f opt + rm -f analyze analyze : $(ObjectsG) Debug/.dir Depend/.dir $(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \