diff options
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r-- | tools/llvm-link/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 11f417b9a3..9c3fa53113 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-link USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |