1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(TAGS, TAGS-LISP): Remove "loaddefs.el" including

its path from $els.
This commit is contained in:
Gerd Moellmann 2001-08-13 10:35:25 +00:00
parent 3e6385a48a
commit 39895bae03

View File

@ -173,11 +173,11 @@ update-authors:
$(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)
TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s/loaddefs.el//"`; \
els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs.el,,"`; \
${ETAGS} $$els
TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s/loaddefs.el//"`; \
els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs.el,,"`; \
${ETAGS} -o TAGS-LISP $$els
.SUFFIXES: .elc .el