]> granicus.if.org Git - mutt/commitdiff
Clean up some debugging code in the build system update.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 19 Jul 2006 23:33:27 +0000 (23:33 +0000)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 19 Jul 2006 23:33:27 +0000 (23:33 +0000)
m4/Makefile.am

index 26eb235b44258885ca00feb65a44b54cae8475e5..243597a2ba041684d2fd56aa1e72456c60415fe5 100644 (file)
@@ -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