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:
parent
44c48a834a
commit
a35ee4c367
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue