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
commitb262c3f7ed61ffb29fcbb4834609589754dcf115 (patch)
tree6786c95deb424fa1c98d6590032bc71b377ef313 /lib/Target/PowerPC/Makefile
parent01c0e9f1f8f3cb2d4c63893f7995e836ea9f394f (diff)
downloadexternal_llvm-b262c3f7ed61ffb29fcbb4834609589754dcf115.zip
external_llvm-b262c3f7ed61ffb29fcbb4834609589754dcf115.tar.gz
external_llvm-b262c3f7ed61ffb29fcbb4834609589754dcf115.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.