aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-08 20:49:36 +0000
committerRichard M. Stallman1997-05-08 20:49:36 +0000
commit74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd (patch)
treed60e96dfbb169b9a9e87d75df500e8103eb5a0f3
parent8c731d3d49202d8845606dc0e8da617c0f009b67 (diff)
downloademacs-74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd.tar.gz
emacs-74e89fc9b44b7e5d6950248fc9b2d4a92f9231dd.zip
(TAGS): Fix typo.
-rw-r--r--src/Makefile.in2
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. */
1125ctagsfiles = [a-zA-Z]*.[hc] 1125ctagsfiles = [a-zA-Z]*.[hc]
1126lisptagsfiles = ../lisp/[a-zA-Z]*.el 1126lisptagsfiles = ../lisp/[a-zA-Z]*.el
1127TAGS: $(srcir)/$(ctagsfiles) 1127TAGS: $(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)