From 38a3932fd9fdc89bfc4f56f4d8b436dadc3fface Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 20 Apr 2012 11:57:23 +0100 Subject: [PATCH] Makefile.am: Don't bother removing CVS directories in dist-hook. Signed-off-by: Ian Abbott --- Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.26.2