summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2007-04-13 01:50:13 +0000
committerWill Estes <wlestes@users.sourceforge.net>2007-04-13 01:50:13 +0000
commit0c632e1a8fd390978a6c5666ae93bedf62f33a83 (patch)
tree7b856c2d023fb6fe6d1bdc8f0b3a77dee5865125 /Makefile.am
parentdb157c872ba6a7ece827136f86f34e70dd6cfd11 (diff)
remove homegrown tags target; automake does that for us
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 30aa643..e767ac3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,11 +144,6 @@ tblcmp.o: tblcmp.c flexdef.h flexint.h
yylex.o: yylex.c flexdef.h flexint.h parse.h
filter.o: filter.c flexdef.h flexint.h
-# Create a tags file.
-
-tags:
- ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
-
# Create the ChangeLog, but only if we're inside a cvs working directory
ChangeLog: $(srcdir)/tools/cvsauthors $(srcdir)/tools/cvs2cl.pl