Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 5aab1714f232c94c6a67a3fef3eec27a26a759cf..1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a 100644 (file)
@@ -2,13 +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 LLVMSystem.a
+TOOLNAME = llvm-ranlib
+LINK_COMPONENTS = archive
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common