diff options
author | Jason Eckhardt <jle@rice.edu> | 2000-07-28 23:49:35 +0000 |
---|---|---|
committer | Jason Eckhardt <jle@rice.edu> | 2000-07-28 23:49:35 +0000 |
commit | 915ef37f63e7e7445871088ce1461d3ada44e466 (patch) | |
tree | 172035b4d959e6324da50b20d3343ba1f5c1d2b6 /opcodes | |
parent | 878d476ad8105ceb53fc260cc4590c5ab74e690b (diff) | |
download | binutils-gdb-915ef37f63e7e7445871088ce1461d3ada44e466.tar.gz |
2000-07-22 Jason Eckhardt <jle@cygnus.com>
* Makefile.am (CFILES): Added i860-dis.c.
(ALL_MACHINES): Added i860-dis.lo.
(i860-dis.lo): New dependences.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d63b930f77d..a87d49098cb 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -64,6 +64,7 @@ CFILES = \ i370-dis.c \ i370-opc.c \ i386-dis.c \ + i860-dis.c \ i960-dis.c \ ia64-dis.c \ ia64-opc-a.c \ @@ -142,6 +143,7 @@ ALL_MACHINES = \ i386-dis.lo \ i370-dis.lo \ i370-opc.lo \ + i860-dis.lo \ i960-dis.lo \ ia64-dis.lo \ ia64-opc.lo \ @@ -368,6 +370,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.h i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h +i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ + $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |