summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpcasmprinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpcasmprinter/Makefile')
-rw-r--r--lib/clang/libllvmpowerpcasmprinter/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/clang/libllvmpowerpcasmprinter/Makefile b/lib/clang/libllvmpowerpcasmprinter/Makefile
index 8b8eb2a..15559b3 100644
--- a/lib/clang/libllvmpowerpcasmprinter/Makefile
+++ b/lib/clang/libllvmpowerpcasmprinter/Makefile
@@ -6,7 +6,9 @@ SRCDIR= lib/Target/PowerPC/AsmPrinter
INCDIR= lib/Target/PowerPC
SRCS= PPCAsmPrinter.cpp
-TGHDRS= PPCGenAsmWriter PPCGenInstrNames PPCGenRegisterInfo.h \
+TGHDRS= PPCGenAsmWriter \
+ PPCGenInstrNames \
+ PPCGenRegisterInfo.h \
PPCGenRegisterNames
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud