Use .o files instead of .a files for several cases (that don't actually
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 18:13:12 +0000 (18:13 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 18:13:12 +0000 (18:13 +0000)
need them) until other Makefiles can be updated to build archives.

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

tools/opt/Makefile

index aea04ac544c1ef8d0bacd6cae04314a4bcd3f26c..2406887bc99b92aedf99b70bbcceb7df3779d8b6 100644 (file)
@@ -2,8 +2,8 @@ LEVEL = ../..
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter instrument profpaths \
-          sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
-          livevar.a sparc.a scalaropts \
+          sparc target.a mapping regalloc.a sched select preselect \
+          livevar sparc scalaropts \
           ipo ipa.a datastructure.a transforms target.a analysis \
            transformutils vmcore support
 TOOLLINKOPTS = -ldl