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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df2146c84deab762e6db327f12bccf13d5c26d11;p=neomutt Clean up some debugging code in the build system update. --- diff --git a/m4/Makefile.am b/m4/Makefile.am index 26eb235b4..243597a2b 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