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