diff options
| author | Richard M. Stallman | 1996-09-01 18:27:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-01 18:27:40 +0000 |
| commit | c43aa15d17d2a2d01fca9b558e57e471862427b3 (patch) | |
| tree | 06a7636de0d7e4b995041ebe249179b0b980bd8c /src | |
| parent | deec6f995872a132b03901f63872ac6676fe4172 (diff) | |
| download | emacs-c43aa15d17d2a2d01fca9b558e57e471862427b3.tar.gz emacs-c43aa15d17d2a2d01fca9b558e57e471862427b3.zip | |
(TAGS): Use $(srcdir) in deps.
Diffstat (limited to 'src')
| -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 4cc8669f039..79476d10b61 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1056,7 +1056,7 @@ relock: | |||
| 1056 | which includes ../lisp/TAGS by reference. */ | 1056 | which includes ../lisp/TAGS by reference. */ |
| 1057 | ctagsfiles = [a-zA-Z]*.[hc] | 1057 | ctagsfiles = [a-zA-Z]*.[hc] |
| 1058 | lisptagsfiles = ../lisp/[a-zA-Z]*.el | 1058 | lisptagsfiles = ../lisp/[a-zA-Z]*.el |
| 1059 | TAGS: $(ctagsfiles) | 1059 | TAGS: $(srcdir)/$(ctagsfiles) |
| 1060 | export DIR; DIR=`pwd`; cd ${srcdir}; \ | 1060 | export DIR; DIR=`pwd`; cd ${srcdir}; \ |
| 1061 | $$DIR/../lib-src/etags --include=../lisp/TAGS \ | 1061 | $$DIR/../lib-src/etags --include=../lisp/TAGS \ |
| 1062 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) | 1062 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) |