diff options
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r-- | lib/Target/Mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index eafcc4a..42962df 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -13,11 +13,11 @@ TARGET = Mips # Make sure that tblgen is run, first thing. BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ - MipsGenAsmWriter.inc \ + MipsGenAsmWriter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ MipsGenSubtargetInfo.inc -DIRS = TargetInfo +DIRS = InstPrinter TargetInfo include $(LEVEL)/Makefile.common |