From acc97521831c83cc123c5df8ee0ec37699148a9d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 9 Mar 2001 22:08:46 +0000 Subject: [PATCH] * 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. --- tests/mclean.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5