From: Chris Lattner Date: Wed, 18 Jul 2001 23:43:53 +0000 (+0000) Subject: Fix clean target X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a3c89162284d629ffa978d048f290b7a4a3c21e2;p=oota-llvm.git Fix clean target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index e8e191c0e28..d624faff811 100644 --- a/tools/analyze/Makefile +++ b/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 \