* Makefile.am (SOURCE_HFILES): Add missing headers.
* Makefile.in: Regenerated.
This commit is contained in:
parent
9be1cda6a5
commit
eb519dff86
3 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 7 11:49:43 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* Makefile.am (SOURCE_HFILES): Add missing headers.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
1999-06-06 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
|
||||
|
|
|
@ -417,11 +417,11 @@ CFILES = \
|
|||
## This is a list of all .h files which are in the source tree.
|
||||
SOURCE_HFILES = \
|
||||
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
|
||||
ecoffswap.h elf32-hppa.h \
|
||||
elfcode.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
||||
ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \
|
||||
elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
||||
libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
|
||||
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h \
|
||||
som.h vms.h
|
||||
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h nlmswap.h \
|
||||
ns32k.h peicode.h som.h vms.h
|
||||
|
||||
HFILES = \
|
||||
elf32-target.h elf64-target.h targmatch.h \
|
||||
|
|
|
@ -542,11 +542,11 @@ CFILES = \
|
|||
|
||||
SOURCE_HFILES = \
|
||||
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
|
||||
ecoffswap.h elf32-hppa.h \
|
||||
elfcode.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
||||
ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \
|
||||
elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
||||
libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
|
||||
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h \
|
||||
som.h vms.h
|
||||
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h nlmswap.h \
|
||||
ns32k.h peicode.h som.h vms.h
|
||||
|
||||
|
||||
HFILES = \
|
||||
|
|
Loading…
Reference in a new issue