diff options
| author | Richard M. Stallman | 1997-05-08 20:49:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-08 20:49:36 +0000 |
| commit | 74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd (patch) | |
| tree | d60e96dfbb169b9a9e87d75df500e8103eb5a0f3 | |
| parent | 8c731d3d49202d8845606dc0e8da617c0f009b67 (diff) | |
| download | emacs-74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd.tar.gz emacs-74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd.zip | |
(TAGS): Fix typo.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 1124 | which includes ../lisp/TAGS by reference. */ | 1124 | which includes ../lisp/TAGS by reference. */ |
| 1125 | ctagsfiles = [a-zA-Z]*.[hc] | 1125 | ctagsfiles = [a-zA-Z]*.[hc] |
| 1126 | lisptagsfiles = ../lisp/[a-zA-Z]*.el | 1126 | lisptagsfiles = ../lisp/[a-zA-Z]*.el |
| 1127 | TAGS: $(srcir)/$(ctagsfiles) | 1127 | TAGS: $(srcdir)/$(ctagsfiles) |
| 1128 | export DIR; DIR=`pwd`; cd ${srcdir}; \ | 1128 | export DIR; DIR=`pwd`; cd ${srcdir}; \ |
| 1129 | $$DIR/../lib-src/etags --include=../lisp/TAGS \ | 1129 | $$DIR/../lib-src/etags --include=../lisp/TAGS \ |
| 1130 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) | 1130 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) |