Make this code more efficient
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 1379532f5eeb24d7ccc190f3d2d420a34f088969..0ba931e4c4c10023f4415f9473cae5785ff4aeea 100644 (file)
@@ -9,8 +9,7 @@
 
 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