diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-09 01:34:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-09 01:34:48 +0000 |
commit | 331699936dd23746a7a079c63548c0ff25018320 (patch) | |
tree | c1e0b7fb2d4c9e2daabbfdb59f028f4d01341619 /opcodes/Makefile.am | |
parent | 40fb982012fd45d5f37c2e3c02b07789529d377f (diff) | |
download | binutils-331699936dd23746a7a079c63548c0ff25018320.zip binutils-331699936dd23746a7a079c63548c0ff25018320.tar.gz binutils-331699936dd23746a7a079c63548c0ff25018320.tar.bz2 |
2007-09-08 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 8306f4d..d5daa92 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -804,15 +804,15 @@ i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.h 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 $(INCDIR)/symcat.h sysdep.h config.h \ - $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h +i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ + opintl.h $(INCDIR)/opcode/i386.h i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \ $(INCDIR)/opcode/i386.h i386-tbl.h -i386-gen.lo: i386-gen.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \ - $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \ - $(INCDIR)/opcode/i386.h +i386-gen.lo: i386-gen.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/safe-ctype.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 \ |