summaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r--tools/llvm-as/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 91de6d2490..73dcb06aff 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-as
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMbzip2 LLVMSystem.a
+USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
+ LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common