summaryrefslogtreecommitdiff
path: root/tools/llvm-db/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/Makefile')
-rw-r--r--tools/llvm-db/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile
index e5b0d2916b..31ebbba59c 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-db
-USEDLIBS = LLVMDebugger LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+USEDLIBS = LLVMDebugger LLVMBCReader.a LLVMCore.a LLVMSupport.a \
+ LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common