Remove an incorrect comment.
[oota-llvm.git] / tools / bugpoint / Makefile
index b79e6c47aa33a14c3bdbfc0b403a158c7111d837..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  = transforms instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
-
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(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