(TAGS, TAGS-LISP): Remove "loaddefs.el" including
authorGerd Moellmann <gerd@gnu.org>
Mon, 13 Aug 2001 10:35:25 +0000 (10:35 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 13 Aug 2001 10:35:25 +0000 (10:35 +0000)
its path from $els.

lisp/Makefile.in

index d73c800..4f993b7 100644 (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