Mercurial > emacs
diff src/Makefile.in @ 22017:615e861e4bb6
(TAGS): Specify directory when running etags.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 10 May 1998 07:01:15 +0000 |
| parents | 58f3869d37d5 |
| children | 9dd312681e15 |
line wrap: on
line diff
--- a/src/Makefile.in Sun May 10 05:53:16 1998 +0000 +++ b/src/Makefile.in Sun May 10 07:01:15 1998 +0000 @@ -1162,7 +1162,8 @@ 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 \
