summaryrefslogtreecommitdiff
path: root/tools/llvm-ranlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ranlib/Makefile')
-rw-r--r--tools/llvm-ranlib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile
index 1379532f5e..ca4d0ce85d 100644
--- a/tools/llvm-ranlib/Makefile
+++ b/tools/llvm-ranlib/Makefile
@@ -9,8 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-ranlib
-USEDLIBS = LLVMArchive.a LLVMBCReader.a \
- LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS = archive bcreader
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common