ipa.a only needs to be mentioned once, and spaces should be used instead of
[oota-llvm.git] / tools / opt / Makefile
index 8bb6c47a4b41c25e588522b8be47b12c6b5ca2c1..92d85ca763083b731e5fbbf37dd54135ff040bb5 100644 (file)
@@ -2,14 +2,11 @@ LEVEL = ../..
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter instrument profpaths \
-          sparc mapping regalloc.a sched select codegen preopts \
-           postopts.a \
-          livevar scalaropts \
-          ipo ipa.a datastructure transforms target.a analysis ipa.a \
+           sparc mapping regalloc.a sched select codegen preopts \
+           postopts.a livevar scalaropts \
+           ipo ipa.a datastructure transforms target.a analysis \
            transformutils vmcore support
 
 TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
 
 include $(LEVEL)/Makefile.common
-