aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>2016-09-29 16:18:23 -0400
committerJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>2016-09-29 16:18:23 -0400
commitbeab3f8c715ea00af09c2df0b32ce23288384770 (patch)
tree21bf1fb1400730a230b22a8f47b580a50dc4ce97 /Makefile
parent889ee28ed562af4344cba27f17076c88ec099c74 (diff)
downloadtinycc-beab3f8c715ea00af09c2df0b32ce23288384770.tar.gz
tinycc-beab3f8c715ea00af09c2df0b32ce23288384770.tar.bz2
Use etags to produce target TAGS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)