Avoid TAGS/tags warning from GNU Make

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2009-10-22 19:04:17 +02:00
committed by Pat Thoyts
parent 1b6ecbad35
commit 3772d17cbf

View File

@@ -1925,6 +1925,7 @@ info:
pdf:
$(MAKE) -C Documentation pdf
ifeq (,$(findstring MINGW,$(uname_S)))
TAGS:
$(RM) TAGS
$(FIND) . -name '*.[hcS]' -print | xargs etags -a
@@ -1932,6 +1933,7 @@ TAGS:
tags:
$(RM) tags
$(FIND) . -name '*.[hcS]' -print | xargs ctags -a
endif
cscope:
$(RM) cscope*