diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-14 19:28:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-14 19:28:56 +0000 |
commit | c0e9c2a63142e64c74d394569aa5465c0623b4fc (patch) | |
tree | 888fdd815e599c10863d9aed18c447ac9851d5fe /opcodes/Makefile.am | |
parent | 85f10a010c33d93dd5c6b21737184898391d3438 (diff) | |
download | gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.zip gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.tar.gz gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.tar.bz2 |
2007-09-14 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d5daa92..5160257 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -806,7 +806,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.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 + opintl.h $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h \ + $(INCDIR)/ansidecl.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 |