diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-02-11 05:05:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-02-11 05:05:09 +0000 |
commit | 67e45f8639c76e10824b865cf12cfed465081aa3 (patch) | |
tree | 6db2958b51c74568b51a5f492e9aa348b5115acb /opcodes/Makefile.am | |
parent | 7d9a723ab6eabcc7c41583c8701bf766ce3d7862 (diff) | |
download | gdb-67e45f8639c76e10824b865cf12cfed465081aa3.tar.gz |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index c1d5a3d4215..502f117b42a 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -627,6 +627,12 @@ v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/symcat.h +sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ + $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ + sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ + $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h +sh64-opc.lo: sh64-opc.c sh64-opc.h w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \ |