diff options
author | Fred Fish <fnf@specifix.com> | 1996-12-31 00:09:59 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-12-31 00:09:59 +0000 |
commit | 39620b712c8e2c96cfb8d9f852480aee264b59dc (patch) | |
tree | 35589b2bcf42570d5f70a7feb44da54f37dc3221 /opcodes/Makefile.in | |
parent | 1eeccb2271490ddffab770e08ada29bdc03322d4 (diff) | |
download | gdb-39620b712c8e2c96cfb8d9f852480aee264b59dc.zip gdb-39620b712c8e2c96cfb8d9f852480aee264b59dc.tar.gz gdb-39620b712c8e2c96cfb8d9f852480aee264b59dc.tar.bz2 |
* Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency.
(tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 4cd8a2c..a9dc1d6 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -216,7 +216,7 @@ i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h w65-dis.o: w65-dis.c m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/floatformat.h \ $(INCDIR)/opcode/m68k.h -m68k-opc.o: m68k-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m68k.h +m68k-opc.o: m68k-opc.c $(INCDIR)/opcode/m68k.h mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h mips-opc.o: mips-opc.c $(INCDIR)/opcode/mips.h mips16-opc.o: mips16-opc.c $(INCDIR)/opcode/mips.h @@ -228,10 +228,15 @@ z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h ns32k-dis.o: ns32k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h alpha-dis.o: alpha-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h -alpha-opc.o: alpha-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h +alpha-opc.o: alpha-opc.c $(INCDIR)/opcode/alpha.h hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h arm-dis.o: arm-dis.c arm-opc.h $(INCDIR)/dis-asm.h +# start-sanitize-tic80 +tic80-dis.o: tic80-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/tic80.h +tic80-opc.o: tic80-opc.c $(INCDIR)/opcode/tic80.h +# start-sanitize-tic80 + tags etags: TAGS |