diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-14 18:33:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-14 18:33:33 +0000 |
commit | 0094345184bc0a791f0811c8d7f5b6f9c8296e0f (patch) | |
tree | 9d00a15bf01e1f224e1951b4cacea50e8a70e469 /lib/Target/PowerPC/Makefile | |
parent | 02bc19438f2300ce4405500dc490381a3be946db (diff) |
move PPCAsmPrinter into the main PPC library, like ARM and X86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r-- | lib/Target/PowerPC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 1265f1d369..addcf49834 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -18,6 +18,6 @@ BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ PPCGenInstrInfo.inc PPCGenDAGISel.inc \ PPCGenSubtarget.inc PPCGenCallingConv.inc -DIRS = AsmPrinter TargetInfo +DIRS = TargetInfo include $(LEVEL)/Makefile.common |