]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* mclean.test: Fixed typo.
authorTom Tromey <tromey@redhat.com>
Tue, 30 Mar 1999 21:13:06 +0000 (21:13 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 30 Mar 1999 21:13:06 +0000 (21:13 +0000)
tests/ChangeLog
tests/mclean.test

index 0340f29e66df0d29e0afa77eac42fad0ecf249ea..4448a97bf0a2bb018bdcc662bad201cf6e4bc148 100644 (file)
@@ -1,5 +1,7 @@
 1999-03-30  Tom Tromey  <tromey@cygnus.com>
 
+       * mclean.test: Fixed typo.
+
        * mclean.test: New file.
        * Makefile.am (TESTS): Added mclean.test.
 
index 8e24bff8c911f8714462dcb0f33e9a4b8bb99683..bc256d4d740ad7c46b5ddb77606247c651741b15 100755 (executable)
@@ -13,4 +13,4 @@ END
 
 $AUTOMAKE || exit 1
 
-grep 'rm ..MAINTAINERCLEANFILES.' Makefile.in
+grep 'rm .*MAINTAINERCLEANFILES' Makefile.in