* Makefile.in (tags): New name for `TAGS' target, which will
authorJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 00:53:45 +0000 (00:53 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 00:53:45 +0000 (00:53 +0000)
always run the commands.

Makefile.in

index 1677718..2e6a00e 100644 (file)
@@ -157,7 +157,11 @@ realclean:
 #     and then use etags' --include option to incorporate them all by
 #     reference into a top-level TAGS file, but the --include option
 #     seems to be deprecated, and this works fine.
-TAGS:
+# 
+#     The extra 'tags' name is useful --- 'make TAGS' won't run the
+#     commands if the file `TAGS' already exists, but `make tags'
+#     doesn't have that problem.
+TAGS tags:
        etags \
          --regex='/SCM_PROC[^"]*"[^"]*"/' \
          `find . -name '*.[ch]' -o -name '*.scm'`