aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 02e98304600..faceaee84a1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -858,8 +858,8 @@ relock:
858 chmod -w $(SOURCES) 858 chmod -w $(SOURCES)
859 chmod +w paths.h 859 chmod +w paths.h
860 860
861# Arrange to make a tags table in ../lisp, and another in this dir 861/* Arrange to make a tags table in ../lisp, and another in this dir
862# which includes ../lisp/TAGS by reference. 862 which includes ../lisp/TAGS by reference. */
863ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c 863ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c
864lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el 864lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
865TAGS: $(ctagsfiles) 865TAGS: $(ctagsfiles)