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:
82072d4
)
iFix dependence order
author
Chris Lattner
<sabre@nondot.org>
Sun, 9 Sep 2001 21:03:12 +0000
(21:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 9 Sep 2001 21:03:12 +0000
(21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@517
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/Makefile
patch
|
blob
|
history
diff --git
a/tools/analyze/Makefile
b/tools/analyze/Makefile
index 98599b36ae1a0b4f21c7fa354d6a9553e790ff74..aab1c2f93e545048920c42e710bd35eeca38d479 100644
(file)
--- a/
tools/analyze/Makefile
+++ b/
tools/analyze/Makefile
@@
-1,6
+1,6
@@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = opt a
smparser bcreader vmcore asmwriter
analysis opt support
+USEDLIBS = opt a
nalysis asmparser bcreader asmwriter vmcore
analysis opt support
include $(LEVEL)/Makefile.common