From 74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 8 May 1997 20:49:36 +0000 Subject: [PATCH] (TAGS): Fix typo. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 9bf0012a6f2..abf0ecf595f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1124,7 +1124,7 @@ relock: 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) -- 2.39.5