From: Richard M. Stallman Date: Tue, 12 Jul 1994 00:47:17 +0000 (+0000) Subject: (ctagsfiles): Rewrite to avoid compiler bug. X-Git-Tag: emacs-19.34~7643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a35ee4c367bc9dc0b7788d1cb5227a1e5629bb25;p=emacs.git (ctagsfiles): Rewrite to avoid compiler bug. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4206646f418..1e00ed1ad5a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -907,7 +907,7 @@ relock: /* 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)