From 91e6388009bde429166a035a7f2fdffaee6007a2 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 25 Jun 2002 21:44:44 +0000 Subject: 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 --- tools/opt/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3