mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
This commit is contained in:
opcodes
@ -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 $(INCDIR)/symcat.h sysdep.h config.h \
|
||||||
$(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.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.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) \
|
i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||||
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
|
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
|
||||||
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
||||||
|
@ -630,15 +630,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
@for dep in $?; do \
|
@for dep in $?; do \
|
||||||
case '$(am__configure_deps)' in \
|
case '$(am__configure_deps)' in \
|
||||||
*$$dep*) \
|
*$$dep*) \
|
||||||
echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
||||||
cd $(srcdir) && $(AUTOMAKE) --cygnus \
|
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
||||||
&& exit 0; \
|
&& exit 0; \
|
||||||
exit 1;; \
|
exit 1;; \
|
||||||
esac; \
|
esac; \
|
||||||
done; \
|
done; \
|
||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --cygnus Makefile
|
$(AUTOMAKE) --foreign Makefile
|
||||||
.PRECIOUS: Makefile
|
.PRECIOUS: Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@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 $(INCDIR)/symcat.h sysdep.h config.h \
|
||||||
$(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.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.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) \
|
i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||||
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
|
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
|
||||||
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
||||||
|
@ -45,6 +45,7 @@ hppa-dis.c
|
|||||||
i370-dis.c
|
i370-dis.c
|
||||||
i370-opc.c
|
i370-opc.c
|
||||||
i386-dis.c
|
i386-dis.c
|
||||||
|
i386-opc.c
|
||||||
i860-dis.c
|
i860-dis.c
|
||||||
i960-dis.c
|
i960-dis.c
|
||||||
ia64-asmtab.c
|
ia64-asmtab.c
|
||||||
|
Reference in New Issue
Block a user