[llvm-commits] CVS: llvm/tools/llvm-db/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.6 -> 1.7
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.6 llvm/tools/llvm-db/Makefile:1.7
--- llvm/tools/llvm-db/Makefile:1.6 Thu Oct 14 14:01:25 2004
+++ llvm/tools/llvm-db/Makefile Wed Oct 27 18:18:45 2004
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-db
-USEDLIBS = debugger
+USEDLIBS = LLVMDebugger
# Enable JIT support
include ../Makefile.JIT
More information about the llvm-commits
mailing list