aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-20 02:13:32 +0000
committerRichard M. Stallman1994-03-20 02:13:32 +0000
commitbe8bd4a0032ef82761e5cabd3464571d70eae37a (patch)
treea8ef88411d799a493dd3da09a90fcceb62a6facf /src/Makefile.in
parent62039e5ab31d8851adb56990e981801f28c66891 (diff)
downloademacs-be8bd4a0032ef82761e5cabd3464571d70eae37a.tar.gz
emacs-be8bd4a0032ef82761e5cabd3464571d70eae37a.zip
(tagsfiles): Accept capital letters.
Diffstat (limited to 'src/Makefile.in')
-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