Makefile.am: Don't bother removing CVS directories in dist-hook.
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 10:57:23 +0000 (11:57 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 10:57:23 +0000 (11:57 +0100)
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Makefile.am

index f207b55bcbc7250de7c0131f8a225e3df98ca988..b0b315fe8ab68ce03d5264a62fea2154e8d9521a 100644 (file)
@@ -16,7 +16,6 @@ ACLOCAL_AMFLAGS = -I m4
 DISTCHECK_CONFIGURE_FLAGS = RUBY_PREFIX='$${prefix}' --disable-ruby-binding
 
 dist-hook:
-       rm -rf `find $(distdir) -name CVS`
 
 dev:
        -for i in `seq 0 15`; do \