summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r--tools/llvm-ar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
index 3375f9ee36..fbc2bcf353 100644
--- a/tools/llvm-ar/Makefile
+++ b/tools/llvm-ar/Makefile
@@ -9,8 +9,8 @@
LEVEL = ../..
TOOLNAME = llvm-ar
-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