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:
dee687b
)
Fix dependency problem
author
Chris Lattner
<sabre@nondot.org>
Thu, 31 Jan 2002 18:33:09 +0000
(18:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 31 Jan 2002 18:33:09 +0000
(18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1619
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/Makefile
patch
|
blob
|
history
diff --git
a/tools/analyze/Makefile
b/tools/analyze/Makefile
index 065b093b5adf15c8b1d78c852bdef7c2021df535..ebf137a61e17ec2ce39db8598b313cd7de150108 100644
(file)
--- a/
tools/analyze/Makefile
+++ b/
tools/analyze/Makefile
@@
-1,6
+1,6
@@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis support
+USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis
transforms
support
include $(LEVEL)/Makefile.common