From c43aa15d17d2a2d01fca9b558e57e471862427b3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 1996 18:27:40 +0000 Subject: [PATCH] (TAGS): Use $(srcdir) in deps. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: which includes ../lisp/TAGS by reference. */ ctagsfiles = [a-zA-Z]*.[hc] lisptagsfiles = ../lisp/[a-zA-Z]*.el -TAGS: $(ctagsfiles) +TAGS: $(srcdir)/$(ctagsfiles) export DIR; DIR=`pwd`; cd ${srcdir}; \ $$DIR/../lib-src/etags --include=../lisp/TAGS \ --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) -- 2.11.4.GIT