Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index b7e477154337b4f78531ff1a1ce7cc4266a36de9..1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a 100644 (file)
@@ -2,14 +2,14 @@
 # 
 #                     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 = llvm-ranlib
-USEDLIBS = LLVMArchive.a LLVMBCReader \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS = archive
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common