From 56d27019e6aebd7cfa5d031c832193eb66d75830 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Jul 2002 17:52:38 +0000 Subject: *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9b1df54..869ba26 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,7 +2,9 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa datastructure transforms target analysis transformutils vmcore support + ipo ipa.a datastructure.a transforms target.a analysis.a \ + transformutils vmcore support +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common -- cgit v1.1