Convert over to new style of Makefile, where there is a difference between .o and...
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:50:41 +0000 (17:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:50:41 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3000 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/Makefile

index 1694f1bb8a314e1ba00c1ceab7886d89492b614b..0889735e1913735f835ca4b4aed372f349ca9de2 100644 (file)
@@ -1,6 +1,8 @@
 LEVEL = ../..
 TOOLNAME = analyze
-USEDLIBS = asmparser bcreader scalaropts transforms analysis ipa datastructure transformutils vmcore support
+USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
+           datastructure transformutils.a vmcore support
+TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common