# HG changeset patch # User Juanma Barranquero # Date 1286021537 -7200 # Node ID 9dcb17ed6ae275a462e707f29b398fee06a0503f # Parent 295298da2c1363928d343426f55e6124161f155b Rework tags targets in Windows makefiles to protect against old/stupid makes. * lib-src/makefile.w32-in (tags): Remove target. * src/makefile.w32-in (tags): Rename target to full-tags. diff -r 295298da2c13 -r 9dcb17ed6ae2 lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Oct 02 10:35:45 2010 +0000 +++ b/lib-src/ChangeLog Sat Oct 02 14:12:17 2010 +0200 @@ -1,3 +1,7 @@ +2010-10-02 Juanma Barranquero + + * makefile.w32-in (tags): Remove target. + 2010-10-01 Eli Zaretskii * makefile.w32-in (tags, TAGS): New targets. diff -r 295298da2c13 -r 9dcb17ed6ae2 lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Sat Oct 02 10:35:45 2010 +0000 +++ b/lib-src/makefile.w32-in Sat Oct 02 14:12:17 2010 +0200 @@ -380,7 +380,6 @@ ### TAGS ### -tags: TAGS TAGS: $(BLD)/etags.exe *.c *.h $(BLD)/etags.exe *.c *.h diff -r 295298da2c13 -r 9dcb17ed6ae2 src/ChangeLog --- a/src/ChangeLog Sat Oct 02 10:35:45 2010 +0000 +++ b/src/ChangeLog Sat Oct 02 14:12:17 2010 +0200 @@ -1,3 +1,7 @@ +2010-10-02 Juanma Barranquero + + * makefile.w32-in (tags): Rename target to full-tags. + 2010-10-02 Eli Zaretskii * emacs.c (main): Remove !WINDOWSNT conditional. diff -r 295298da2c13 -r 9dcb17ed6ae2 src/makefile.w32-in --- a/src/makefile.w32-in Sat Oct 02 10:35:45 2010 +0000 +++ b/src/makefile.w32-in Sat Oct 02 14:12:17 2010 +0200 @@ -335,8 +335,8 @@ 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 ###