diff options
Diffstat (limited to 'src')
| -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) |