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, 2 insertions, 1 deletions
diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile
index 5aab1714f2..506687f320 100644
--- a/tools/llvm-ranlib/Makefile
+++ b/tools/llvm-ranlib/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-ranlib
-USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common