From c101ce569d82caa74d17d7e1d08a67023aa88d5c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Oct 2006 16:19:42 +0000 Subject: r19497: Thought I already fixes the etags target. Ignore .svn and not CVS (since we don't use CVS anymore (This used to be commit 782298cd03f3fd79a46e65626ed2864e46ce3daf) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index a03f1a4a9d..3bcd909725 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1862,10 +1862,10 @@ proto: headers .PHONY: headers proto etags: - etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` + etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/` ctags: - ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` + ctags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/` realclean: clean delheaders -rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh -- cgit