summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index 3c8d3b5814..ebf21c461f 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-dis
-USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common