From: Juanma Barranquero Date: Sat, 2 Oct 2010 12:12:17 +0000 (+0200) Subject: Rework tags targets in Windows makefiles to protect against old/stupid makes. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54b65f7b40dc380196bbe417e2912e509b2454ac;p=emacs.git 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 --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3d8a0222296..93d5e51d285 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 6d881dbc174..0ef2e06ec71 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 d09c4a1394c..a8ef551d885 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 daa6ed52198..d4a7f47053e 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 ###