projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
febb11f
)
Fix clean target
author
Chris Lattner
<sabre@nondot.org>
Wed, 18 Jul 2001 23:43:53 +0000
(23:43 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/analyze/Makefile
b/tools/analyze/Makefile
index e8e191c0e2838e88d78cb40249806af75b511a90..d624faff811f8baa12c55eb9c4ba89ffba3e2254 100644
(file)
--- 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 \