]> git.eshelyaron.com Git - emacs.git/commitdiff
(ctagsfiles): Rewrite to avoid compiler bug.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Jul 1994 00:47:17 +0000 (00:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Jul 1994 00:47:17 +0000 (00:47 +0000)
src/Makefile.in

index 4206646f41814236c6f0e8649491dac10b33fb10..1e00ed1ad5a35136e4526e93f6627565cef94ade 100644 (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)