iFix dependence order

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-09-09 21:03:12 +00:00
parent 82072d4743
commit e4ca607ab0

View 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