From: Matthias Andree Date: Wed, 19 Jul 2006 23:33:27 +0000 (+0000) Subject: Clean up some debugging code in the build system update. X-Git-Tag: mutt-1-5-13-rel~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43e0f1f19c60dacccdda44f13b3166775d410c84;p=mutt Clean up some debugging code in the build system update. --- diff --git a/m4/Makefile.am b/m4/Makefile.am index 26eb235b..243597a2 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -2,5 +2,5 @@ EXTRA_DIST = README dist-hook: for i in $(srcdir)/*.m4 ; do \ - echo cp -p $$i $(distdir) ; \ + cp -f -p $$i $(distdir) ; \ done