From: Ian Abbott Date: Fri, 20 Apr 2012 10:57:23 +0000 (+0100) Subject: Makefile.am: Don't bother removing CVS directories in dist-hook. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38a3932fd9fdc89bfc4f56f4d8b436dadc3fface;p=comedilib.git Makefile.am: Don't bother removing CVS directories in dist-hook. Signed-off-by: Ian Abbott --- diff --git a/Makefile.am b/Makefile.am index f207b55..b0b315f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \