From 7b26ddc4560fb67ac77f8ace2e09f580bd9ebad9 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 5 Mar 2001 14:49:43 +0000 Subject: [PATCH] * automake.in (&do_one_merge_target): Remove, was only called from... (&handle_merge_targets): here for `all'. Adjust. --- Makefile.am | 2 +- Makefile.in | 2 +- automake.in | 2 +- lib/am/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index c4a7eb9d..e6913a75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,7 @@ maintainer-check: automake aclocal else :; fi ## We never want to use "undef", only "delete", but for $/. @if grep -n -w undef $(srcdir)/automake.in | \ - fgrep -v 'undef $/' | \ + fgrep -v 'undef $$/' | \ grep . ; then \ echo "Found undef in automake.in; use delete instead" 1>&2; \ exit 1; \ diff --git a/Makefile.in b/Makefile.in index 247a2b5e..d4d2bd4c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -634,7 +634,7 @@ maintainer-check: automake aclocal exit 1; \ else :; fi @if grep -n -w undef $(srcdir)/automake.in | \ - fgrep -v 'undef $/' | \ + fgrep -v 'undef $$/' | \ grep . ; then \ echo "Found undef in automake.in; use delete instead" 1>&2; \ exit 1; \ diff --git a/automake.in b/automake.in index a0524223..e461f365 100755 --- a/automake.in +++ b/automake.in @@ -3999,7 +3999,7 @@ sub handle_merge_targets } $output_all = "all: $all_target\n"; - &depend ('.PHONY', 'all-am', all); + &depend ('.PHONY', 'all-am', 'all'); } diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index c4a7eb9d..e6913a75 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -90,7 +90,7 @@ maintainer-check: automake aclocal else :; fi ## We never want to use "undef", only "delete", but for $/. @if grep -n -w undef $(srcdir)/automake.in | \ - fgrep -v 'undef $/' | \ + fgrep -v 'undef $$/' | \ grep . ; then \ echo "Found undef in automake.in; use delete instead" 1>&2; \ exit 1; \ -- 2.43.5