From 6a8b929e7fcf2e0866c3e4b891d5412322aec95c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Nov 2013 12:43:11 -0700 Subject: [PATCH] * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir --- lisp/ChangeLog | 2 ++ lisp/Makefile.in | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d794052fd7..1c175aa8830 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-11-02 Glenn Morris + * Makefile.in (abs_lisp): Remove, replace by abs_srcdir. + Use relative filenames in TAGS files. * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3) (lisptagsfiles4, TAGS): Use relative file names. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1142165e9f3..b1fd6b93ff5 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -23,7 +23,6 @@ srcdir = @srcdir@ abs_srcdir = @abs_srcdir@ top_srcdir = @top_srcdir@ abs_top_builddir = @abs_top_builddir@ -abs_lisp = $(abs_srcdir) lisp = $(srcdir) VPATH = $(srcdir) @@ -109,7 +108,7 @@ COMPILE_FIRST = \ # The actual Emacs command run in the targets below. -emacs = EMACSLOADPATH="$(abs_lisp)" LC_ALL=C "$(EMACS)" $(EMACSOPT) +emacs = EMACSLOADPATH="$(abs_srcdir)" LC_ALL=C "$(EMACS)" $(EMACSOPT) # Common command to find subdirectories setwins=subdirs=`find . -type d -print`; \ @@ -172,7 +171,7 @@ finder-data: doit $(emacs) -l finder -f finder-compile-keywords-make-dist $$wins # The chmod +w is to handle env var CVSREAD=1. -# Use expand-file-name rather than $abs_lisp so that Emacs does not +# Use expand-file-name rather than $abs_scrdir so that Emacs does not # get confused when it compares file-names for equality. autoloads: $(LOADDEFS) doit cd $(lisp) && chmod +w $(AUTOGEN_VCS) -- 2.39.2