1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 04:50:55 -07: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