Fixed linking problems that wanted me to link to analyze.o instead of analyze.a
authorChris Lattner <sabre@nondot.org>
Wed, 21 Aug 2002 23:47:46 +0000 (23:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Aug 2002 23:47:46 +0000 (23:47 +0000)
so now we can link to analyze.a again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3433 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index c696d4070e4c43bbd7c92be3b18f4ff28072436f..869ba26c00416a836408b033b9e2303a5b20b284 100644 (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