aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-01 18:27:40 +0000
committerRichard M. Stallman1996-09-01 18:27:40 +0000
commitc43aa15d17d2a2d01fca9b558e57e471862427b3 (patch)
tree06a7636de0d7e4b995041ebe249179b0b980bd8c /src
parentdeec6f995872a132b03901f63872ac6676fe4172 (diff)
downloademacs-c43aa15d17d2a2d01fca9b558e57e471862427b3.tar.gz
emacs-c43aa15d17d2a2d01fca9b558e57e471862427b3.zip
(TAGS): Use $(srcdir) in deps.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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. */
1057ctagsfiles = [a-zA-Z]*.[hc] 1057ctagsfiles = [a-zA-Z]*.[hc]
1058lisptagsfiles = ../lisp/[a-zA-Z]*.el 1058lisptagsfiles = ../lisp/[a-zA-Z]*.el
1059TAGS: $(ctagsfiles) 1059TAGS: $(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)