diff options
Diffstat (limited to 'src')
| -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 |