From 275124b7122cf12e780725f43e5233611ff73c56 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 30 Dec 2001 13:53:01 +0000 Subject: [PATCH] * lib/am/distdir.am (distcleancheck_listfiles): Unquote. Reported by Yann Droneaud. --- ChangeLog | 5 +++++ lib/am/distdir.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 70d5faedd..bae4fe4a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-30 Alexandre Duret-Lutz + + * lib/am/distdir.am (distcleancheck_listfiles): Unquote. + Reported by Yann Droneaud. + 2001-12-29 Tom Tromey For PR automake/266: diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 854164f2c..0093f2afe 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -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" ; \ -- 2.47.2