From 4c7b43b43fdf943c7298718e15ab5d6dfe345be7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Oct 2005 23:37:35 +0000 Subject: Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23738 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/Target/PowerPC/Makefile') diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 991626c449..3c864eb4cd 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -8,12 +8,12 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMPowerPC -TARGET = PowerPC PPC32 +TARGET = PPC # Make sure that tblgen is run, first thing. -BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \ - PowerPCGenAsmWriter.inc PPC32GenCodeEmitter.inc \ - PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc \ - PPC32GenInstrInfo.inc PPC32GenDAGISel.inc +BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ + PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \ + PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \ + PPCGenInstrInfo.inc PPCGenDAGISel.inc include $(LEVEL)/Makefile.common -- cgit v1.2.3