Change Library Names Not To Conflict With Others When Installed


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17286 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile
index 1cb6e0d..b9df8dc 100644
--- a/lib/Debugger/Makefile
+++ b/lib/Debugger/Makefile
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-LIBRARYNAME = debugger
+LIBRARYNAME = LLVMDebugger
 
 include $(LEVEL)/Makefile.common