summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-27 23:18:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-27 23:18:45 +0000
commit57cbe39d1e07ce52dd81f2d94cf5010d56edcab3 (patch)
tree290f5d51a2405b0cd2438b18f2d4c65b7e720505 /llvm/lib/CodeGen/Makefile
parent9f337bf96fa817ce4e36fc953b69a5c5c04b8f44 (diff)
Change Library Names Not To Conflict With Others When Installed
llvm-svn: 17286
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index cc72a03a16aa..05453a36ef7d 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -9,6 +9,6 @@
LEVEL = ../..
PARALLEL_DIRS = SelectionDAG
-LIBRARYNAME = codegen
+LIBRARYNAME = LLVMCodeGen
include $(LEVEL)/Makefile.common