diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-15 05:49:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-15 05:49:33 +0000 |
commit | 3c55da702a224d39d4254d22544b443c41f43e3f (patch) | |
tree | e8d924e1ae2aba98abd41f54a242b00361e5597e /opcodes/Makefile.am | |
parent | 7d3f158fa8e194ff17a40242046bc2d7fac934e8 (diff) | |
download | gdb-3c55da702a224d39d4254d22544b443c41f43e3f.zip gdb-3c55da702a224d39d4254d22544b443c41f43e3f.tar.gz gdb-3c55da702a224d39d4254d22544b443c41f43e3f.tar.bz2 |
* Makefile.am: Run "make dep-am"
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 596dee2..b7d4cba 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -845,8 +845,8 @@ xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \ $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \ $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \ - $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/dis-asm.h \ - $(BFD_H) $(INCDIR)/symcat.h + $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \ + config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |