Rework tags targets in Windows makefiles to protect against old/stupid makes.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
* lib-src/makefile.w32-in (tags): Remove target.
* src/makefile.w32-in (tags): Rename target to full-tags.

lib-src/ChangeLog
lib-src/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index 3d8a022..93d5e51 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Remove target.
+
 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (tags, TAGS): New targets.
index 6d881db..0ef2e06 100644 (file)
@@ -380,7 +380,6 @@ getopt.h:           getopt_.h
 
 ### TAGS ###
 
-tags: TAGS
 TAGS: $(BLD)/etags.exe *.c *.h
        $(BLD)/etags.exe *.c *.h
 
index d09c4a1..a8ef551 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Rename target to full-tags.
+
 2010-10-02  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs.c (main): Remove !WINDOWSNT conditional.
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 ###