Changeset 4743:c4ea2968b70a

Show
Ignore:
Timestamp:
2006-07-19 16:33:27 (2 years ago)
Author:
Matthias Andree <matthias.andree@…>
Branch:
HEAD
Message:

Clean up some debugging code in the build system update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • m4/Makefile.am

    r4733 r4743  
    33dist-hook: 
    44        for i in $(srcdir)/*.m4 ; do \ 
    5                 echo cp -p $$i $(distdir) ; \ 
     5                cp -f -p $$i $(distdir) ; \ 
    66        done