From: Pavel Roskin Date: Fri, 9 Mar 2001 22:08:46 +0000 (+0000) Subject: * Makefile.am (maintainer-check): Scan all *.am files and tests X-Git-Tag: handle-languages~150 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=acc97521831c83cc123c5df8ee0ec37699148a9d;p=automake.git * Makefile.am (maintainer-check): Scan all *.am files and tests for invocations of `rm' without `-f'. * tests/mclean.test: Strengthen to prevent triggering the above test. --- diff --git a/tests/mclean.test b/tests/mclean.test index bc256d4d..78b87944 100755 --- a/tests/mclean.test +++ b/tests/mclean.test @@ -13,4 +13,4 @@ END $AUTOMAKE || exit 1 -grep 'rm .*MAINTAINERCLEANFILES' Makefile.in +grep 'rm -f .*MAINTAINERCLEANFILES' Makefile.in