]> The Tcpdump Group git mirrors - tcpdump/commitdiff
support creating TAGS file for *emacs
authormcr <mcr>
Thu, 15 Jun 2006 21:44:36 +0000 (21:44 +0000)
committermcr <mcr>
Thu, 15 Jun 2006 21:44:36 +0000 (21:44 +0000)
Makefile.in

index 6c1134f225c10f14eb254cc26ed88ccd020a6eda..d8ac28db444575116d3b896c1f4aa5572e8de053 100644 (file)
@@ -17,7 +17,7 @@
 #  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 #  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.300 2006-03-03 22:31:57 hannes Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.301 2006-06-15 21:44:36 mcr Exp $ (LBL)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -183,6 +183,9 @@ distclean:
 tags: $(TAGFILES)
        ctags -wtd $(TAGFILES)
 
 tags: $(TAGFILES)
        ctags -wtd $(TAGFILES)
 
+TAGS: $(TAGFILES)
+       etags $(TAGFILES)
+
 tar:
        @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
            list="" ; tar="tar chf" ; \
 tar:
        @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
            list="" ; tar="tar chf" ; \