summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:44:44 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:44:44 +0000
commit91e6388009bde429166a035a7f2fdffaee6007a2 (patch)
tree91bcd9a18000ea1e3276f578a1316645c240a526 /tools/opt/Makefile
parent63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa (diff)
downloadllvm-91e6388009bde429166a035a7f2fdffaee6007a2.tar.gz
llvm-91e6388009bde429166a035a7f2fdffaee6007a2.tar.bz2
llvm-91e6388009bde429166a035a7f2fdffaee6007a2.tar.xz
correcting makefile: incorrectly checked in wrong version earlier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 989bc642bd..9b1df54b85 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -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