diff options
author | Alan Modra <amodra@gmail.com> | 2013-02-05 13:57:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-02-05 13:57:49 +0000 |
commit | 37ba9f93b2e0216ec85684f8b8f838633ed657c1 (patch) | |
tree | 0d95c2984d342d0999134fbd5df07d75a12dd6b6 /bfd/Makefile.am | |
parent | 14ac654fb82690ec8bf8b9dd621c174ff8321460 (diff) | |
download | gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.zip gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.tar.gz gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.tar.bz2 |
* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 91b0ed1..8c348f3 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -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 \ |