From: Anand Shukla Date: Tue, 25 Jun 2002 21:44:44 +0000 (+0000) Subject: correcting makefile: incorrectly checked in wrong version earlier X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=91e6388009bde429166a035a7f2fdffaee6007a2;p=oota-llvm.git 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 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 989bc642bd6..9b1df54b851 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