diff options
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r-- | lib/Target/Mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index 41efa47..56db450 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -13,7 +13,7 @@ TARGET = Mips # Make sure that tblgen is run, first thing. BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ - MipsGenAsmWriter.inc MipsGenFastISel.inc MipsGenCodeEmitter.inc \ + MipsGenAsmWriter.inc MipsGenFastISel.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ MipsGenDisassemblerTables.inc \ |