diff --git a/Makefile b/Makefile index 87c90d6b80..1bb06bb8dc 100644 --- a/Makefile +++ b/Makefile @@ -1848,6 +1848,7 @@ info: pdf: $(MAKE) -C Documentation pdf +ifeq (,$(findstring MINGW,$(uname_S))) TAGS: $(RM) TAGS $(FIND) . -name '*.[hcS]' -print | xargs etags -a @@ -1855,6 +1856,7 @@ TAGS: tags: $(RM) tags $(FIND) . -name '*.[hcS]' -print | xargs ctags -a +endif cscope: $(RM) cscope*