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/Support/Makefile b/lib/Support/Makefile
index 0b66604..2e4a5b0 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-LIBRARYNAME = support
+LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common