add Yet Another Instance of a Static Library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-11-10 07:15:53 +00:00
parent 84b322eb17
commit e764f60710

View File

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