[llvm-commits] CVS: llvm/lib/Debugger/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004



Changes in directory llvm/lib/Debugger:

Makefile updated: 1.1 -> 1.2
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Debugger/Makefile
diff -u llvm/lib/Debugger/Makefile:1.1 llvm/lib/Debugger/Makefile:1.2
--- llvm/lib/Debugger/Makefile:1.1	Sun Jan  4 23:25:10 2004
+++ llvm/lib/Debugger/Makefile	Wed Oct 27 18:18:44 2004
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-LIBRARYNAME = debugger
+LIBRARYNAME = LLVMDebugger
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list