Regenerate dependencies.
This commit is contained in:
parent
ca504dff71
commit
3f87cb706e
3 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02-25 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am: Run "make dep-am".
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2003-02-24 Kris Warkentin <kewarken@qnx.com>
|
||||
|
||||
* elf.c (elfcore_read_notes): Add check for QNX style core file.
|
||||
|
|
|
@ -877,8 +877,8 @@ corefile.lo: corefile.c $(INCDIR)/filenames.h
|
|||
format.lo: format.c $(INCDIR)/filenames.h
|
||||
init.lo: init.c $(INCDIR)/filenames.h
|
||||
libbfd.lo: libbfd.c $(INCDIR)/filenames.h
|
||||
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
||||
$(INCDIR)/objalloc.h
|
||||
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
|
||||
$(INCDIR)/libiberty.h
|
||||
reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
||||
section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
||||
syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
||||
|
@ -1250,7 +1250,7 @@ elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|||
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
||||
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||
$(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
|
||||
elf32-target.h
|
||||
elf32-ppc.h elf32-target.h
|
||||
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
|
||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
|
@ -799,7 +799,7 @@ configure.in version.h
|
|||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = gtar
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
|
||||
OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
|
||||
|
@ -1410,8 +1410,8 @@ corefile.lo: corefile.c $(INCDIR)/filenames.h
|
|||
format.lo: format.c $(INCDIR)/filenames.h
|
||||
init.lo: init.c $(INCDIR)/filenames.h
|
||||
libbfd.lo: libbfd.c $(INCDIR)/filenames.h
|
||||
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
||||
$(INCDIR)/objalloc.h
|
||||
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
|
||||
$(INCDIR)/libiberty.h
|
||||
reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
||||
section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
||||
syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
||||
|
@ -1783,7 +1783,7 @@ elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|||
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
||||
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||
$(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
|
||||
elf32-target.h
|
||||
elf32-ppc.h elf32-target.h
|
||||
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
|
||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
|
||||
|
|
Loading…
Reference in a new issue