aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4206646f418..1e00ed1ad5a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -907,7 +907,7 @@ relock:
907 907
908/* Arrange to make a tags table in ../lisp, and another in this dir 908/* Arrange to make a tags table in ../lisp, and another in this dir
909 which includes ../lisp/TAGS by reference. */ 909 which includes ../lisp/TAGS by reference. */
910ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c 910ctagsfiles = [a-zA-Z]*.[hc]
911lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el 911lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
912TAGS: $(ctagsfiles) 912TAGS: $(ctagsfiles)
913 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) 913 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)