Mercurial > emacs
changeset 17705:524fcbd0f164
(TAGS): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 08 May 1997 20:49:36 +0000 |
parents | 00ed998f90d3 |
children | 16950c302710 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu May 08 16:28:07 1997 +0000 +++ b/src/Makefile.in Thu May 08 20:49:36 1997 +0000 @@ -1124,7 +1124,7 @@ which includes ../lisp/TAGS by reference. */ ctagsfiles = [a-zA-Z]*.[hc] lisptagsfiles = ../lisp/[a-zA-Z]*.el -TAGS: $(srcir)/$(ctagsfiles) +TAGS: $(srcdir)/$(ctagsfiles) export DIR; DIR=`pwd`; cd ${srcdir}; \ $$DIR/../lib-src/etags --include=../lisp/TAGS \ --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)