Use correct name for PPC codegen library
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 17 Aug 2008 13:54:44 +0000 (13:54 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 17 Aug 2008 13:54:44 +0000 (13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54888 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/Makefile

index 2ec959c14b6a0aa6cc822039b02a982c77862942..6be39b09e194a40ed1a9595ab11cc8b29a9ee7b7 100644 (file)
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = LLVMPowerPCCodegen
+LIBRARYNAME = LLVMPowerPCCodeGen
 TARGET = PPC
 
 # Make sure that tblgen is run, first thing.