diff options
Diffstat (limited to 'lib/clang/libllvmpowerpcinfo/Makefile')
-rw-r--r-- | lib/clang/libllvmpowerpcinfo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/clang/libllvmpowerpcinfo/Makefile b/lib/clang/libllvmpowerpcinfo/Makefile index 5142ce1..8cdaa5a5 100644 --- a/lib/clang/libllvmpowerpcinfo/Makefile +++ b/lib/clang/libllvmpowerpcinfo/Makefile @@ -6,7 +6,8 @@ SRCDIR= lib/Target/PowerPC/TargetInfo/ INCDIR= lib/Target/PowerPC SRCS= PowerPCTargetInfo.cpp -TGHDRS= PPCGenRegisterNames \ - PPCGenInstrNames +TGHDRS= PPCGenInstrInfo \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo .include "../clang.lib.mk" |