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.in | |
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.in')
-rw-r--r-- | bfd/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 7a08a91..582bbcc 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -638,7 +638,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 BUILD_HFILES = \ @@ -673,7 +673,7 @@ BFD_H_DEPS = $(INCDIR)/ansidecl.h LOCAL_H_DEPS = libbfd.h sysdep.h config.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 @@ -711,7 +711,7 @@ CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \ Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \ -configure.in version.h +configure.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -763,8 +763,8 @@ distclean-hdr: -rm -f config.h maintainer-clean-hdr: -bfd-in3.h: $(top_builddir)/config.status bfd-in2.h version.h - cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h:version.h CONFIG_HEADERS= $(SHELL) ./config.status +bfd-in3.h: $(top_builddir)/config.status bfd-in2.h + cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-noinstLIBRARIES: |