diff options
| author | Richard M. Stallman | 1994-07-12 00:47:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-12 00:47:17 +0000 |
| commit | a35ee4c367bc9dc0b7788d1cb5227a1e5629bb25 (patch) | |
| tree | 2932aaa403dad71510121ec33a8bbcab8050dd0c | |
| parent | 44c48a834aa12141be1a9c81824b709acc67f9fd (diff) | |
| download | emacs-a35ee4c367bc9dc0b7788d1cb5227a1e5629bb25.tar.gz emacs-a35ee4c367bc9dc0b7788d1cb5227a1e5629bb25.zip | |
(ctagsfiles): Rewrite to avoid compiler bug.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 907 | 907 | ||
| 908 | /* Arrange to make a tags table in ../lisp, and another in this dir | 908 | /* Arrange to make a tags table in ../lisp, and another in this dir |
| 909 | which includes ../lisp/TAGS by reference. */ | 909 | which includes ../lisp/TAGS by reference. */ |
| 910 | ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c | 910 | ctagsfiles = [a-zA-Z]*.[hc] |
| 911 | lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el | 911 | lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el |
| 912 | TAGS: $(ctagsfiles) | 912 | TAGS: $(ctagsfiles) |
| 913 | ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) | 913 | ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) |