diff options
| author | Richard M. Stallman | 1994-03-20 02:13:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-20 02:13:32 +0000 |
| commit | be8bd4a0032ef82761e5cabd3464571d70eae37a (patch) | |
| tree | a8ef88411d799a493dd3da09a90fcceb62a6facf | |
| parent | 62039e5ab31d8851adb56990e981801f28c66891 (diff) | |
| download | emacs-be8bd4a0032ef82761e5cabd3464571d70eae37a.tar.gz emacs-be8bd4a0032ef82761e5cabd3464571d70eae37a.zip | |
(tagsfiles): Accept capital letters.
| -rw-r--r-- | src/Makefile.in | 2 |
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: | |||
| 860 | relock: | 860 | relock: |
| 861 | chmod -w $(SOURCES) | 861 | chmod -w $(SOURCES) |
| 862 | chmod +w paths.h | 862 | chmod +w paths.h |
| 863 | tagsfiles = [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el | 863 | tagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el |
| 864 | TAGS: $(tagsfiles) | 864 | TAGS: $(tagsfiles) |
| 865 | etags $(tagsfiles) | 865 | etags $(tagsfiles) |
| 866 | tags: TAGS | 866 | tags: TAGS |