From: Alexandre Duret-Lutz Date: Mon, 25 Oct 2004 18:52:45 +0000 (+0000) Subject: * tests/comment8.test: Use $MAKE, not make. X-Git-Tag: v1.10.2~445 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60169f9092db9c5b82f9a75ea417a840c537230a;p=platform%2Fupstream%2Fautomake.git * tests/comment8.test: Use $MAKE, not make. --- diff --git a/ChangeLog b/ChangeLog index 6c408cdf8..29bd04f05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-25 Alexandre Duret-Lutz + + * tests/comment8.test: Use $MAKE, not make. + 2004-10-24 Alexandre Duret-Lutz * tests/distcom3.test: Typo. diff --git a/Makefile.am b/Makefile.am index c9a6cf553..ea0583c8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -258,6 +258,10 @@ maintainer-check: automake aclocal echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \ exit 1; \ fi + @if grep ' ' $(srcdir)/doc/automake.texi; then \ + echo 'Do not use tabs in the manual.' 1>&2; \ + exit 1; + fi cvs-dist: maintainer-check diff --git a/Makefile.in b/Makefile.in index c0259f806..55aa61665 100644 --- a/Makefile.in +++ b/Makefile.in @@ -766,6 +766,10 @@ maintainer-check: automake aclocal echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \ exit 1; \ fi + @if grep ' ' $(srcdir)/doc/automake.texi; then \ + echo 'Do not use tabs in the manual.' 1>&2; \ + exit 1; + fi cvs-dist: maintainer-check @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \ diff --git a/tests/comment8.test b/tests/comment8.test index 873cbaa86..f3c1b1ee7 100755 --- a/tests/comment8.test +++ b/tests/comment8.test @@ -50,4 +50,4 @@ $ACLOCAL $AUTOCONF $AUTOMAKE ./configure -make test +$MAKE test