diff options
author | Kai Blin <kai@samba.org> | 2009-05-20 12:07:07 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-05-25 23:35:37 +0200 |
commit | a98ba0cbe9a05f1b681206cecb7558c24d89da49 (patch) | |
tree | 8f931ab08d19c30c3cef51548c3d7220c63ef2f7 /source3/Makefile.in | |
parent | 3a853448cefaf3e0bcf5ece9ccd758b37e524251 (diff) | |
download | samba-a98ba0cbe9a05f1b681206cecb7558c24d89da49.tar.gz samba-a98ba0cbe9a05f1b681206cecb7558c24d89da49.tar.bz2 samba-a98ba0cbe9a05f1b681206cecb7558c24d89da49.zip |
s3 ctags: ignore all proto.h files for tag generation
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 30bfb4b22b..1120092f90 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3076,7 +3076,7 @@ etags:: find $(srcdir)/.. -name "*.[ch]" | xargs -n 100 etags --append $(ETAGS_OPTIONS) ctags:: - ctags $(CTAGS_OPTIONS) `find $(srcdir)/.. -name "*.[ch]" | grep -v include/proto\.h` + ctags $(CTAGS_OPTIONS) `find $(srcdir)/.. -name "*.[ch]" | grep -v proto\.h` realclean:: clean -rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh |