Mercurial > emacs
changeset 8210:a0fd123ca2a6
(ctagsfiles): Rewrite to avoid compiler bug.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Jul 1994 00:47:17 +0000 |
parents | 80bf9bcff5c6 |
children | 08fb5e917205 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Jul 12 00:43:42 1994 +0000 +++ b/src/Makefile.in Tue Jul 12 00:47:17 1994 +0000 @@ -907,7 +907,7 @@ /* Arrange to make a tags table in ../lisp, and another in this dir which includes ../lisp/TAGS by reference. */ -ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c +ctagsfiles = [a-zA-Z]*.[hc] lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el TAGS: $(ctagsfiles) ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)