* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.

* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra 2013-02-05 13:57:49 +00:00
parent 14ac654fb8
commit 37ba9f93b2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-02-06 Alan Modra <amodra@gmail.com>
* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
* Makefile.in: Regenerate.
2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
Pedro Alves <palves@redhat.com>

View File

@ -767,7 +767,7 @@ CFILES = $(SOURCE_CFILES) $(BUILD_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 \
elf-bfd.h elf-hppa.h elf32-hppa.h \
elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
elf64-hppa.h elfcode.h elfcore.h \
freebsd.h genlink.h go32stub.h \
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \

View File

@ -1070,7 +1070,7 @@ BUILD_CFILES = \
CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
SOURCE_HFILES = \
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
elf-bfd.h elf-linux-psinfo.h elf-hppa.h elf32-hppa.h \
elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
elf64-hppa.h elfcode.h elfcore.h \
freebsd.h genlink.h go32stub.h \
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \