diff options
| author | Richard M. Stallman | 1998-05-10 07:01:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-10 07:01:15 +0000 |
| commit | 6f940ba15d4a6a02c979254260eb00e3d7d492be (patch) | |
| tree | 76fa3b9a1db208b082211aed77e497887a6e4e88 /src | |
| parent | f731e2ff424e6ef4870b8c417a225b906bf5509a (diff) | |
| download | emacs-6f940ba15d4a6a02c979254260eb00e3d7d492be.tar.gz emacs-6f940ba15d4a6a02c979254260eb00e3d7d492be.zip | |
(TAGS): Specify directory when running etags.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
| 1162 | ctagsfiles = [a-zA-Z]*.[hc] | 1162 | ctagsfiles = [a-zA-Z]*.[hc] |
| 1163 | TAGS: $(srcdir)/$(ctagsfiles) | 1163 | TAGS: $(srcdir)/$(ctagsfiles) |
| 1164 | ../lib-src/etags --include=TAGS-LISP \ | 1164 | ../lib-src/etags --include=TAGS-LISP \ |
| 1165 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) | 1165 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ |
| 1166 | $(srcdir)/$(ctagsfiles) | ||
| 1166 | frc: | 1167 | frc: |
| 1167 | TAGS-LISP: frc | 1168 | TAGS-LISP: frc |
| 1168 | $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \ | 1169 | $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \ |