Use archive libraries instead of object files for VMCore, BCReader,
[oota-llvm.git] / tools / llvm-ar / Makefile
index 3375f9ee3650608317d164e5c1cdaca3a2067892..fbc2bcf35307e397e3a84e182d1b5e08b2455cf5 100644 (file)
@@ -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