From ebb24950ca3a2d64b761803647f570adb4b9a124 Mon Sep 17 00:00:00 2001 From: hp Date: Sat, 26 Jan 2002 21:33:05 +0000 Subject: [PATCH] * Makefile.am (install): Depend on install-info. * Makefile.in: Regenerate. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 4 ++++ ld/Makefile.in | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index a8aaba6a35..de96a89eb9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson + + * Makefile.am (install): Depend on install-info. + * Makefile.in: Regenerate. + 2002-01-26 Christian Rose * ldmain.c (main): Use full sentences to ease translation. diff --git a/ld/Makefile.am b/ld/Makefile.am index 1d59e83d3a..7c28d65aad 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1066,6 +1066,10 @@ install-data-local: $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \ done +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Stuff that should be included in a distribution. The diststuff # target is run by the taz target in ../Makefile.in. EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS) diff --git a/ld/Makefile.in b/ld/Makefile.in index 1518e3f140..cc1cb467fc 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1766,6 +1766,10 @@ install-data-local: for f in ldscripts/*; do \ $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \ done + +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info diststuff: info $(EXTRA_DIST) distclean-local: rm -rf ldscripts -- 2.11.0