correcting makefile: incorrectly checked in wrong version earlier
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:44:44 +0000 (21:44 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:44:44 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2798 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 989bc642bd61b4e2fc488da3ba2ada2f4d649a5a..9b1df54b85153af4517bb3d07eee58ef8073fc47 100644 (file)
@@ -1,15 +1,8 @@
 LEVEL = ../..
 TOOLNAME = opt
 
-#USEDLIBS = bcreader bcwriter profpaths \
-#           analysis transforms vmcore support
-
-
-USEDLIBS = bcreader bcwriter instrument profpaths \
+USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
            ipo ipa datastructure transforms target analysis transformutils vmcore support
 
-#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
-#           ipo ipa datastructure transforms target analysis transformutils vmcore support
-
 include $(LEVEL)/Makefile.common