From 43e0f1f19c60dacccdda44f13b3166775d410c84 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 19 Jul 2006 23:33:27 +0000 Subject: [PATCH] Clean up some debugging code in the build system update. --- m4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1