diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-03 12:29:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-03 12:29:10 +0000 |
commit | 87b632fc0798243be498cf837a4be29546081242 (patch) | |
tree | 3cc7988faea734d8c8a88e9956bb62602a2e86bb /bfd/Makefile.am | |
parent | 0a991dfe0d54a980dba9b2d031818d33474f84a0 (diff) | |
download | gdb-87b632fc0798243be498cf837a4be29546081242.zip gdb-87b632fc0798243be498cf837a4be29546081242.tar.gz gdb-87b632fc0798243be498cf837a4be29546081242.tar.bz2 |
bfd/ChangeLog
* configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h.
* configure: Regenerate.
* Makefile.am (BFD_H_FILES): Add version.h.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
bfd/doc/ChangeLog
* Makefile.am (BFD_H_DEP): Add ../version.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index f9b0564..9edff8f 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -504,7 +504,7 @@ SOURCE_HFILES = \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \ libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \ nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \ - xcoff-target.h + xcoff-target.h version.h ## ... and all .h files which are in the build tree. BUILD_HFILES = \ @@ -702,7 +702,7 @@ stmp-bfd-h: bfd-in3.h touch stmp-bfd-h BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ - reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c + reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c LIBCOFF_H_FILES = libcoff-in.h coffcode.h |