Since verifier and SlotCalculator are now in VMCore library, libanalysis is

no longer required


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-03-06 17:41:18 +00:00
parent e2aed35319
commit 70d12b037b
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader asmwriter analysis vmcore support
USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = link
USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support
USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader asmwriter analysis vmcore support
USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = link
USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support
USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support
include $(LEVEL)/Makefile.common