diff --git a/Makefile b/Makefile index d0be5aee72..00ad6cc0f0 100644 --- a/Makefile +++ b/Makefile @@ -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*