Reported by Yann Droneaud.
+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:
## 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" ; \