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~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c3aa8927fac6315cfc70866201fbe86f7c88e1e;p=thirdparty%2Fautomake.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 bc256d4d7..78b879445 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