iFix dependence order
authorChris Lattner <sabre@nondot.org>
Sun, 9 Sep 2001 21:03:12 +0000 (21:03 +0000)
committerChris 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

index 98599b36ae1a0b4f21c7fa354d6a9553e790ff74..aab1c2f93e545048920c42e710bd35eeca38d479 100644 (file)
@@ -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