summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 23:47:46 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 23:47:46 +0000
commitd6118277b0b0ccbda11f19ce137d6ee88a051157 (patch)
treec3eab3a1baa849d1c5caa24060e19be2b54aa9e2 /tools/opt/Makefile
parenta69fd903585a665c031d5aa3fdfb8dc919b44bef (diff)
downloadllvm-d6118277b0b0ccbda11f19ce137d6ee88a051157.tar.gz
llvm-d6118277b0b0ccbda11f19ce137d6ee88a051157.tar.bz2
llvm-d6118277b0b0ccbda11f19ce137d6ee88a051157.tar.xz
Fixed linking problems that wanted me to link to analyze.o instead of analyze.a
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
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index c696d4070e..869ba26c00 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -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