Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / tools / bugpoint / Makefile
index acafa838d0d1bcd46bb0752fe7f9dbea43a9eeff..5d287ef188aeb9af43b3e75cc76f1f99486ce9b0 100644 (file)
@@ -2,16 +2,15 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
-                   linker
-REQUIRES_EH := 1
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
+                   linker bitreader bitwriter
 
 include $(LEVEL)/Makefile.common