summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-09 21:03:12 +0000
committerChris Lattner <sabre@nondot.org>2001-09-09 21:03:12 +0000
commit0223c60bf06a21402d6c4764c507e19bc5d4d9c2 (patch)
treed156e7e6a90068f1d3911b43eb7c291cccfce3d7 /llvm/tools
parent81eb4c4e5cb59ce919c2b24ef4b9b1610a8483d9 (diff)
downloadbcm5719-llvm-0223c60bf06a21402d6c4764c507e19bc5d4d9c2.tar.gz
bcm5719-llvm-0223c60bf06a21402d6c4764c507e19bc5d4d9c2.zip
iFix dependence order
llvm-svn: 517
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/analyze/Makefile b/llvm/tools/analyze/Makefile
index 98599b36ae1..aab1c2f93e5 100644
--- a/llvm/tools/analyze/Makefile
+++ b/llvm/tools/analyze/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = opt asmparser bcreader vmcore asmwriter analysis opt support
+USEDLIBS = opt analysis asmparser bcreader asmwriter vmcore analysis opt support
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud