1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(ctagsfiles): Rewrite to avoid compiler bug.

This commit is contained in:
Richard M. Stallman 1994-07-12 00:47:17 +00:00
parent 44c48a834a
commit a35ee4c367

View file

@ -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)