diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-09 21:03:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-09 21:03:12 +0000 |
commit | 0223c60bf06a21402d6c4764c507e19bc5d4d9c2 (patch) | |
tree | d156e7e6a90068f1d3911b43eb7c291cccfce3d7 /llvm/tools | |
parent | 81eb4c4e5cb59ce919c2b24ef4b9b1610a8483d9 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |