Remove extra target.a entry

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-19 16:59:41 +00:00
parent c03a0cb01b
commit 2181c0112f

View File

@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select codegen preopts \
sparc mapping regalloc.a sched select codegen preopts \
postopts.a \
livevar scalaropts \
ipo ipa.a datastructure transforms target.a analysis \