From beab3f8c715ea00af09c2df0b32ce23288384770 Mon Sep 17 00:00:00 2001 From: Jean-Claude Beaudoin Date: Thu, 29 Sep 2016 16:18:23 -0400 Subject: [PATCH] Use etags to produce target TAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa6aa35..2d6590c 100644 --- a/Makefile +++ b/Makefile @@ -412,7 +412,7 @@ tags: ctags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS] TAGS: - ctags -e $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS] + etags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS] # create release tarball from *current* git branch (including tcc-doc.html # and converting two files to CRLF)