diff --git a/Makefile b/Makefile index 1f11618cfd..8415ef5234 100644 --- a/Makefile +++ b/Makefile @@ -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*