Fix clean target
authorChris Lattner <sabre@nondot.org>
Wed, 18 Jul 2001 23:43:53 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Jul 2001 23:43:53 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/Makefile

index e8e191c0e2838e88d78cb40249806af75b511a90..d624faff811f8baa12c55eb9c4ba89ffba3e2254 100644 (file)
@@ -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 \