From: Jelmer Vernooij Date: Tue, 9 Sep 2008 17:05:48 +0000 (+0200) Subject: Stop ignoring .svn directories when creating tags, since we no longer use X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151c78652a89146049a134f60aef509c2117c436;p=thirdparty%2Fsamba.git Stop ignoring .svn directories when creating tags, since we no longer use svn. --- diff --git a/source/Makefile.in b/source/Makefile.in index 5604718e833..e0f390c28ac 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2634,10 +2634,10 @@ proto:: .PHONY: proto etags: - etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/` + etags `find $(srcdir) -name "*.[ch]"` ctags: - ctags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/` + ctags `find $(srcdir) -name "*.[ch]"` realclean:: clean -rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh