Eliminate opt library
[oota-llvm.git] / tools / opt / Makefile
index 2e07a1fc644a91497735d1f246ab4f2f287d05d5..a48cb74b59c40cc7741c83ed18c4ba869cdcbd27 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target analysis
+USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \
+           scalaropts ipo target analysis vmcore support
 
 include $(LEVEL)/Makefile.common