Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index b97c17c79a2a9fbd0adb653cad3ff9c864f0cf55..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.a \
-          LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS = archive
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common