From 5e2d1ae86dc6130645c900c3f1e3dd27e938e833 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 12 Nov 2003 17:15:38 +0000 Subject: * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define. * doc/Makefile.am (install-info): Define. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. --- gas/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/Makefile.am') diff --git a/gas/Makefile.am b/gas/Makefile.am index 30b62c1..9f766d4 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -456,6 +456,12 @@ po/POTFILES.in: @MAINT@ Makefile for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-recursive install-info +install-info: install-info-recursive +RECURSIVE_TARGETS += install-info-recursive + # Note: GASP is now deprecated and has been removed. It is still # available in the CVS archive or older binutils releases if it is needed. noinst_PROGRAMS = as-new -- cgit v1.1