diff options
Diffstat (limited to 'llvm/examples/ModuleMaker/Makefile')
-rw-r--r-- | llvm/examples/ModuleMaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ModuleMaker/Makefile b/llvm/examples/ModuleMaker/Makefile index 91635d48f9c..a9e40742cee 100644 --- a/llvm/examples/ModuleMaker/Makefile +++ b/llvm/examples/ModuleMaker/Makefile @@ -9,6 +9,6 @@ LEVEL=../.. TOOLNAME=ModuleMaker EXAMPLE_TOOL = 1 -USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |