diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-03 02:51:09 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-03 02:51:09 +0000 |
commit | 02365945a62f368c18547da57a4ef3382beb89d0 (patch) | |
tree | 73a8a0f9eda4ac6aea8055c20a25a0bce6a8a050 /lib/Target/Mips/Makefile | |
parent | 885020a7a7299c0cfc12f691bc298e0f41d02190 (diff) |
Revert r153924. There were buildbot failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r-- | lib/Target/Mips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index 596f07145a..168635c96b 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -15,9 +15,9 @@ TARGET = Mips BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ - MipsGenEDInfo.inc MipsGenDisassemblerTables.inc -DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc + MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc + +DIRS = InstPrinter AsmParser TargetInfo MCTargetDesc include $(LEVEL)/Makefile.common |