diff options
Diffstat (limited to 'llvm/projects/Stacker')
-rw-r--r-- | llvm/projects/Stacker/tools/stkrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/tools/stkrc/Makefile b/llvm/projects/Stacker/tools/stkrc/Makefile index 4f352836fe6..a4f97a90f5a 100644 --- a/llvm/projects/Stacker/tools/stkrc/Makefile +++ b/llvm/projects/Stacker/tools/stkrc/Makefile @@ -11,7 +11,7 @@ LEVEL=../.. TOOLNAME = stkrc LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a USEDLIBS=stkr_compiler |