diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 8a150f2064..ce600557f7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3311,6 +3311,7 @@ include/build_env.h: script/build_env.sh proto:: etags:: + rm -f TAGS find $(srcdir)/.. -name "*.[ch]" | xargs -n 100 etags --append $(ETAGS_OPTIONS) ctags:: |