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 4c89279bdc1..4ed92ac9bbe 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -860,7 +860,7 @@ unlock:
860relock: 860relock:
861 chmod -w $(SOURCES) 861 chmod -w $(SOURCES)
862 chmod +w paths.h 862 chmod +w paths.h
863tagsfiles = [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el 863tagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
864TAGS: $(tagsfiles) 864TAGS: $(tagsfiles)
865 etags $(tagsfiles) 865 etags $(tagsfiles)
866tags: TAGS 866tags: TAGS