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