diff --git a/Makefile b/Makefile index 8b7c243473..d2d4ad3f37 100644 --- a/Makefile +++ b/Makefile @@ -1954,6 +1954,7 @@ info: pdf: $(MAKE) -C Documentation pdf +ifeq (,$(findstring MINGW,$(uname_S))) TAGS: $(RM) TAGS $(FIND) . -name '*.[hcS]' -print | xargs etags -a @@ -1961,6 +1962,7 @@ TAGS: tags: $(RM) tags $(FIND) . -name '*.[hcS]' -print | xargs ctags -a +endif cscope: $(RM) cscope*