diff --git a/Makefile b/Makefile index 9aca8a16d9..c270bbe46c 100644 --- a/Makefile +++ b/Makefile @@ -1924,6 +1924,7 @@ info: pdf: $(MAKE) -C Documentation pdf +ifeq (,$(findstring MINGW,$(uname_S))) TAGS: $(RM) TAGS $(FIND) . -name '*.[hcS]' -print | xargs etags -a @@ -1931,6 +1932,7 @@ TAGS: tags: $(RM) tags $(FIND) . -name '*.[hcS]' -print | xargs ctags -a +endif cscope: $(RM) cscope*