diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index 47922436f5..9e3ff29e07 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -17,7 +17,7 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \ ARMGenInstrInfo.inc ARMGenAsmWriter.inc \ ARMGenDAGISel.inc ARMGenSubtarget.inc \ ARMGenCodeEmitter.inc ARMGenCallingConv.inc \ - ARMGenDecoderTables.inc + ARMGenDecoderTables.inc ARMGenEDInfo.inc DIRS = AsmPrinter AsmParser Disassembler TargetInfo |