Remove an incorrect comment.
[oota-llvm.git] / tools / bugpoint / Makefile
index 43f1c91d3006d399bc1c2b8a8b7539c73f031755..b821b6c7bd2335079129d1b87fd13499831bcb98 100644 (file)
@@ -1,13 +1,17 @@
+##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = instrument profpaths scalaropts ipo
-ANALIBS  = datastructure ipa target.a analysis
-
-USEDLIBS = ipo scalaropts $(ANALIBS) \
-           transformutils asmparser bcreader bcwriter vmcore support
-
-TOOLLINKOPTS = -ldl
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
+                   linker bitreader bitwriter
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common