From 54b65f7b40dc380196bbe417e2912e509b2454ac Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 2 Oct 2010 14:12:17 +0200 Subject: [PATCH] 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. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 1 - src/ChangeLog | 4 ++++ src/makefile.w32-in | 4 ++-- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3d8a022229..93d5e51d28 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 6d881dbc17..0ef2e06ec7 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -380,7 +380,6 @@ getopt.h: getopt_.h ### TAGS ### -tags: TAGS TAGS: $(BLD)/etags.exe *.c *.h $(BLD)/etags.exe *.c *.h diff --git a/src/ChangeLog b/src/ChangeLog index d09c4a1394..a8ef551d88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/makefile.w32-in b/src/makefile.w32-in index daa6ed5219..d4a7f47053 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 ### -- 2.20.1