From 6f940ba15d4a6a02c979254260eb00e3d7d492be Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 10 May 1998 07:01:15 +0000 Subject: [PATCH] (TAGS): Specify directory when running etags. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 55e3304d445..583d57917ea 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1162,7 +1162,8 @@ relock: ctagsfiles = [a-zA-Z]*.[hc] TAGS: $(srcdir)/$(ctagsfiles) ../lib-src/etags --include=TAGS-LISP \ - --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) + --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ + $(srcdir)/$(ctagsfiles) frc: TAGS-LISP: frc $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \ -- 2.39.2