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:
parent
ec07b63d6f
commit
9040fe8b81
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue