]> git.eshelyaron.com Git - emacs.git/commitdiff
(TAGS): Specify directory when running etags.
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 07:01:15 +0000 (07:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 07:01:15 +0000 (07:01 +0000)
src/Makefile.in

index 55e3304d4452f183565d30738c24affea9ae2e8e..583d57917eaa0ffaea5358413ef8e2c93f5d623d 100644 (file)
@@ -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 \