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
parent 9c63503c92
commit c99542f51b

View File

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