1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(TAGS): Don't use -t, it's the default for

etags, so it barfs if invoked with -t.
This commit is contained in:
Eli Zaretskii 2002-04-19 10:35:02 +00:00
parent ec07b63d6f
commit 9040fe8b81

View File

@ -70,6 +70,6 @@ distclean: clean
maintainer-clean: distclean
TAGS:
../lib-src/etags -t $(srcdir)/*.[ch]
../lib-src/etags $(srcdir)/*.[ch]
tags: TAGS
.PHONY: tags