diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-19 10:47:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-19 10:47:26 +0000 |
commit | d10f0549122c11117befa4136d967da823cdc8a5 (patch) | |
tree | 3104092977f44022d232b2bd8827a52346e15fb7 /opcodes | |
parent | 8db406db3cc6d3458f34df478aab371896401d5e (diff) | |
download | gdb-d10f0549122c11117befa4136d967da823cdc8a5.zip gdb-d10f0549122c11117befa4136d967da823cdc8a5.tar.gz gdb-d10f0549122c11117befa4136d967da823cdc8a5.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.am | 3 | ||||
-rw-r--r-- | opcodes/Makefile.in | 11 | ||||
-rw-r--r-- | opcodes/po/POTFILES.in | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d187ce2..7b2dc04 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -782,7 +782,8 @@ i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - i386-opc.h $(INCDIR)/opcode/i386.h + $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \ + $(INCDIR)/opcode/i386.h i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index dbb4354..fd220a0 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -630,15 +630,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \ - cd $(srcdir) && $(AUTOMAKE) --cygnus \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ + cd $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --cygnus Makefile + $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -1319,7 +1319,8 @@ i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - i386-opc.h $(INCDIR)/opcode/i386.h + $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \ + $(INCDIR)/opcode/i386.h i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index 3b64c9f..a7ec066 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -45,6 +45,7 @@ hppa-dis.c i370-dis.c i370-opc.c i386-dis.c +i386-opc.c i860-dis.c i960-dis.c ia64-asmtab.c |