Rework tags targets in Windows makefiles to protect against old/stupid makes.
[bpt/emacs.git] / src / makefile.w32-in
index daa6ed5..d4a7f47 100644 (file)
@@ -335,8 +335,8 @@ nt-TAGS-nmake:
        echo This target is not supported with NMake
        exit -1
 
-tags: TAGS TAGS-LISP ../nt/TAGS
-.PHONY: tags
+full-tags: TAGS TAGS-LISP ../nt/TAGS
+.PHONY: full-tags
 
 ### DEPENDENCIES ###