Comment debug code out that I accidentally uncommented last time.
[oota-llvm.git] / tools / bugpoint / Makefile
index a0d25b34b7cf8bd1a92d01ff83e3f384f3e7bb43..6d8d7a0f7ebca0a120e1ec6ce029b649c8fc9659 100644 (file)
@@ -10,12 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = transforms instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
-
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
-           transformutils asmparser bcreader bcwriter vmcore support
-
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
+                   linker bitreader bitwriter
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common