]> sourceware.org Git - automake.git/commitdiff
* tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid
authorAkim Demaille <akim@epita.fr>
Wed, 21 Feb 2001 09:29:27 +0000 (09:29 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 21 Feb 2001 09:29:27 +0000 (09:29 +0000)
false diagnostics.

ChangeLog
tests/distdir.test

index 0561c152ed590a28789a974a83bf08c22e0af082..38e1b336447622f12cf233ee3d2cc186f6f51ece 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-21  Akim Demaille  <akim@epita.fr>
+
+       * tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid
+       false diagnostics.
+
 2001-02-21  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&dist_cmp, &target_cmp): Be sure to return a
index 80db378971210897c55ab786e01bc214a1540e55..c65c94fe1fad04b9c084bcb57bc7367a8d726846 100755 (executable)
@@ -11,5 +11,5 @@ END
 
 $AUTOMAKE || exit 1
 
-grep 'mkinstalldirs.*\.' Makefile.in && exit 1
-grep 'mkinstalldirs.*foo' Makefile.in
+grep '\$(mkinstalldirs).*\.' Makefile.in && exit 1
+grep '\$(mkinstalldirs).*foo' Makefile.in
This page took 0.031966 seconds and 5 git commands to generate.