From: Alexandre Duret-Lutz Date: Sun, 7 Aug 2005 09:48:30 +0000 (+0000) Subject: * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive X-Git-Tag: Release-1-9b~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225eee9861382a579fd47e215c505345883732aa;p=thirdparty%2Fautomake.git * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive $(MAKE) invocations. * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%): Likewise. * lib/am/texi-vers.am (%STAMPVTI%): Likewise. * lib/am/remake-hdr.am (%CONFIG_H%): Likewise. * Makefile.am (maintainer-check): Check for this. Report from Stepan Kasal. --- diff --git a/automake.in b/automake.in index d8616a65b..35b697de1 100755 --- a/automake.in +++ b/automake.in @@ -5430,7 +5430,7 @@ sub lang_yacc_target_hook # Recover from removal of $header . "$condstr\t\@if test ! -f \$@; then \\\n" . "$condstr\t rm -f $output; \\\n" - . "$condstr\t \$(MAKE) $(AM_MAKEFLAGS) $output; \\\n" + . "$condstr\t \$(MAKE) \$(AM_MAKEFLAGS) $output; \\\n" . "$condstr\telse :; fi\n"; } # Distribute the generated file, unless its .y source was