diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-10 23:44:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-10 23:44:42 +0000 |
commit | 795bb480cae7b0906eda8c28e42c18bc290cc851 (patch) | |
tree | 61f6e9686f8a34e179dedb84ba153d9fa4bbf059 /opcodes/Makefile.am | |
parent | cfa1ac0cb2e453571ba7d2d58bbd15fe1794b9a6 (diff) | |
download | gdb-795bb480cae7b0906eda8c28e42c18bc290cc851.zip gdb-795bb480cae7b0906eda8c28e42c18bc290cc851.tar.gz gdb-795bb480cae7b0906eda8c28e42c18bc290cc851.tar.bz2 |
* bfd/Makefile.am (config.status): Depend on version.h.
Run "make dep-am" in bfd/ and elsewhere, and regen files.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 6ec05e4..7097be0 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -649,10 +649,12 @@ iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \ - iq2000-opc.h opintl.h $(INCDIR)/libiberty.h + iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \ + $(INCDIR)/xregex2.h iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \ - $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ + iq2000-desc.h $(INCDIR)/opcode/cgen.h iq2000-opc.h \ + opintl.h iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \ $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h |