aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:54:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:54:44 +0000
commit676fa7df9c53f97fd1a9419780573dfb788049b4 (patch)
tree6786c95deb424fa1c98d6590032bc71b377ef313
parent06be997654120c92f99850bf1a1704a2042ef639 (diff)
Use correct name for PPC codegen library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54888 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 2ec959c14b..6be39b09e1 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMPowerPCCodegen
+LIBRARYNAME = LLVMPowerPCCodeGen
TARGET = PPC
# Make sure that tblgen is run, first thing.