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.in | |
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.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 0a0fd40..a74aaa1 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 \ |