Fixed linking problems that wanted me to link to analyze.o instead of analyze.a

so now we can link to analyze.a again.

llvm-svn: 3433
This commit is contained in:
Chris Lattner 2002-08-21 23:47:46 +00:00
parent c86203ace3
commit 00a43e1e7c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
ipo ipa.a datastructure.a transforms target.a analysis.a \
transformutils vmcore support
TOOLLINKOPTS = -ldl