summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2005-06-10 17:24:13 +0000
committerBen Laurie <ben@apache.org>2005-06-10 17:24:13 +0000
commit3ca138cee1215278ec085655e91e22ba9c6754c6 (patch)
treec47f8d302e4fecf70618cf438ecd2662d685054c
parent5c697dd7dc7ebb9ca056bd1857e27d7ee74ae101 (diff)
downloadhttpd-3ca138cee1215278ec085655e91e22ba9c6754c6.tar.gz
Add tags (again).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189991 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d8348d9f4..5a1e6cffc0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,4 +209,8 @@ suexec:
x-local-distclean:
@rm -rf autom4te.cache
+tags:
+ rm -f TAGS
+ find . -name '*.[ch]' | xargs etags -a
+
include $(top_srcdir)/os/os2/core.mk