From cd8e197bd19257274604a03c65ff2a698e1c6f11 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 26 Jan 2002 21:33:06 +0000 Subject: * Makefile.am (install): Depend on install-info. * Makefile.in: Regenerate. --- ld/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index 1d59e83..7c28d65 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) -- cgit v1.1