summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
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
commite4ca607ab0e721b11fa1599001f59096f09e8a1d (patch)
tree79d7d3f0234a74f7b70c3c53c3a7b8ef31764f4a /tools/analyze/Makefile
parent82072d47436a8e150bad42c9c3bf230617d53608 (diff)
downloadllvm-e4ca607ab0e721b11fa1599001f59096f09e8a1d.tar.gz
llvm-e4ca607ab0e721b11fa1599001f59096f09e8a1d.tar.bz2
llvm-e4ca607ab0e721b11fa1599001f59096f09e8a1d.tar.xz
iFix dependence order
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 98599b36ae..aab1c2f93e 100644
--- a/tools/analyze/Makefile
+++ b/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