diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-17 06:13:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-17 06:13:39 +0000 |
commit | 8ae854217c1ce26c568d0a210b9981ea9de9051f (patch) | |
tree | c6750a4697ed2b342c2dd88a663ffe5c08291a5b /opcodes/Makefile.am | |
parent | 0d47b01124e2c3be2c03c68d03c545082dcc77ec (diff) | |
download | gdb-8ae854217c1ce26c568d0a210b9981ea9de9051f.zip gdb-8ae854217c1ce26c568d0a210b9981ea9de9051f.tar.gz gdb-8ae854217c1ce26c568d0a210b9981ea9de9051f.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/opcodes.pot: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 5c28971..a68632d 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -552,9 +552,11 @@ cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h -crx-dis.lo: crx-dis.c $(INCDIR)/opcode/crx.h \ - $(INCDIR)/dis-asm.h sysdep.h $(INCDIR)/ansidecl.h -crx-opc.lo: crx-opc.c $(INCDIR)/opcode/crx.h +crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ + $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ + $(INCDIR)/opcode/crx.h +crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/symcat.h @@ -789,7 +791,7 @@ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ $(INCDIR)/opcode/s390.h sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h + sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.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 \ |