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
This commit is contained in:
Anand Shukla 2002-06-25 21:44:44 +00:00
parent 63aaa11506
commit 91e6388009

View 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