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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 5482aa1a95..ed44577cee 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-as
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMAsmParser LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common