Mercurial > emacs
diff src/Makefile.in @ 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 | b097a610ac04 |
| children | 0e8bf0c4ffef |
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)
