* doc/Makefile.am (install): Depend on install-info.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:27:36 +0000 (21:27 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:27:36 +0000 (21:27 +0000)
* doc/Makefile.in: Regenerate.

bfd/ChangeLog
bfd/doc/Makefile.am
bfd/doc/Makefile.in
binutils/ChangeLog
binutils/doc/Makefile.am
binutils/doc/Makefile.in
gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index 734f759dae9111ce46d38d019a99120be07be60c..b227ef88a938f0a8a819ecedf30762c5936f8659 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/Makefile.am (install): Depend on install-info.
+       * doc/Makefile.in: Regenerate.
+
 2002-01-26  Egor Duda  <deo@logos-m.ru>
 
        * elf.c (elfcore_grok_win32pstatus): Copy only as much information
index 075c9f3246704f6a61cf7707972b675c43ce7658..cbfd3427e6010afc2986c956ea8f75a896343db7 100644 (file)
@@ -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
index dc85d4b2a455b7362f29f0a17d2d5e6aa34c493f..ace09a5ebf3559626fdc9a758bcf3e0378de888a 100644 (file)
@@ -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:
index f091a478dd7c19c47447b9def43e7ee98422e05b..489eaa362a790682f074bea1b20a87b4715e2565 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/Makefile.am (install): Depend on install-info.
+       * doc/Makefile.in: Regenerate.
+
 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
 
        * objcopy.c (strip_usage): Document -d as an alias
index 8fc8c087ec68c39890efdec9c614e91346d4672e..9db5819f3b610dd9c5fc48341d8f6c23352a383f 100644 (file)
@@ -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.
index ec18241ad4343b190e24a2b5dcc27bbbc33f4920..5d96d27659ae57fb8e5eb2e30d1223a6bef501ec 100644 (file)
@@ -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.
index 10a06883f02cf12224d0706a6b9fba275bf3af99..85b3d21e6258ea0bb7d3196435912d7a7b893e9f 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/Makefile.am (install): Depend on install-info.
+       * doc/Makefile.in: Regenerate.
+
 2002-01-26  Nick Clifton <nick@redhat.com>
 
        * po/fr.po: Updated version
index 566038c775e99a8234522d2119eea6fe6e580d06..d8c94e4cfec2b39d79de7cc344de3dc2559d748a 100644 (file)
@@ -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
index 147c5e71ed73f92f5ddef09e24d04b3fed2353be..ec5ff26b2ded3309844dc012524bfc08a2c07243 100644 (file)
@@ -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.
This page took 0.03046 seconds and 4 git commands to generate.