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 7bba3ddda6
commit 784fd5e7af

View File

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