From 7562a29612ac52595250432be4826307b39e2bad Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 26 Jan 2002 21:27:36 +0000 Subject: [PATCH] * doc/Makefile.am (install): Depend on install-info. * doc/Makefile.in: Regenerate. --- bfd/ChangeLog | 5 +++++ bfd/doc/Makefile.am | 4 ++++ bfd/doc/Makefile.in | 7 ++++++- binutils/ChangeLog | 5 +++++ binutils/doc/Makefile.am | 4 ++++ binutils/doc/Makefile.in | 4 ++++ gas/ChangeLog | 5 +++++ gas/doc/Makefile.am | 4 ++++ gas/doc/Makefile.in | 4 ++++ 9 files changed, 41 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 734f759..b227ef8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson + + * doc/Makefile.am (install): Depend on install-info. + * doc/Makefile.in: Regenerate. + 2002-01-26 Egor Duda * elf.c (elfcore_grok_win32pstatus): Copy only as much information diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 075c9f3..cbfd342 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -272,3 +272,7 @@ CLEANFILES = s-* *.p *.ip DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log MAINTAINERCLEANFILES = $(DOCFILES) + +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index dc85d4b..ace09a5 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -116,6 +116,7 @@ WIN32LIBADD = @WIN32LIBADD@ all_backends = @all_backends@ bfd_backends = @bfd_backends@ bfd_default_target_size = @bfd_default_target_size@ +bfd_libs = @bfd_libs@ bfd_machines = @bfd_machines@ bfd_version = @bfd_version@ bfd_version_date = @bfd_version_date@ @@ -241,7 +242,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -631,6 +632,10 @@ bfd.h: $(BFD_H_DEP) echo "#endif" >> $@ echo "#endif" >> $@ +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f091a47..489eaa3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson + + * doc/Makefile.am (install): Depend on install-info. + * doc/Makefile.in: Regenerate. + 2002-01-25 Jason R. Thorpe * objcopy.c (strip_usage): Document -d as an alias diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 8fc8c08..9db5819 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -155,6 +155,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ > $(DEMANGLER_NAME).1 +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Maintenance # We need it for the taz target in ../../Makefile.in. diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index ec18241..5d96d27 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -547,6 +547,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ > $(DEMANGLER_NAME).1 +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Maintenance # We need it for the taz target in ../../Makefile.in. diff --git a/gas/ChangeLog b/gas/ChangeLog index 10a0688..85b3d21 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson + + * doc/Makefile.am (install): Depend on install-info. + * doc/Makefile.in: Regenerate. + 2002-01-26 Nick Clifton * po/fr.po: Updated version diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 566038c..d8c94e4 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -59,6 +59,10 @@ gasver.texi: Makefile as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # This one isn't ready for prime time yet. Not even a little bit. noinst_TEXINFOS = internals.texi diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 147c5e7..ec5ff26 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -460,6 +460,10 @@ gasver.texi: Makefile as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Maintenance # We need it for the taz target in ../../Makefile.in. -- 2.7.4