(tagsfiles): Accept capital letters.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 02:13:32 +0000 (02:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 02:13:32 +0000 (02:13 +0000)
src/Makefile.in

index 4c89279..4ed92ac 100644 (file)
@@ -860,7 +860,7 @@ unlock:
 relock:
        chmod -w $(SOURCES)
        chmod +w paths.h
-tagsfiles = [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el
+tagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
 TAGS: $(tagsfiles)
        etags $(tagsfiles)
 tags: TAGS