* lib/am/distdir.am (distcleancheck_listfiles): Unquote.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Dec 2001 13:53:01 +0000 (13:53 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Dec 2001 13:53:01 +0000 (13:53 +0000)
Reported by Yann Droneaud.

ChangeLog
lib/am/distdir.am

index 70d5faedd2a6b7fd99644f0a922cbe19c113ed82..bae4fe4a29b0c356382752a8281fe4ce9e9d20b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-30  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * lib/am/distdir.am (distcleancheck_listfiles): Unquote.
+       Reported by Yann Droneaud.
+
 2001-12-29  Tom Tromey  <tromey@redhat.com>
 
        For PR automake/266:
index 854164f2c654e229344363b2666acacf7f717b80..0093f2afe3c2c40b8a106b27ac5ac199dd418990 100644 (file)
@@ -287,7 +287,7 @@ distcheck: dist
 ## Define distcleancheck_listfiles and distcleancheck separately
 ## from distcheck, so that they can be overriden by the user.
 .PHONY: distcleancheck
-distcleancheck_listfiles = "find . -type f -print"
+distcleancheck_listfiles = find . -type f -print
 distcleancheck: distclean
        if test '$(srcdir)' = . ; then \
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \