aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
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 /lib/Target/PowerPC/Makefile
parent06be997654120c92f99850bf1a1704a2042ef639 (diff)
downloadexternal_llvm-676fa7df9c53f97fd1a9419780573dfb788049b4.zip
external_llvm-676fa7df9c53f97fd1a9419780573dfb788049b4.tar.gz
external_llvm-676fa7df9c53f97fd1a9419780573dfb788049b4.tar.bz2
Use correct name for PPC codegen library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-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 2ec959c..6be39b0 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.