From: Glenn Morris Date: Sat, 2 Nov 2013 19:43:11 +0000 (-0700) Subject: * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/6a8b929e7fcf2e0866c3e4b891d5412322aec95c * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d794052fd..1c175aa883 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 1142165e9f..b1fd6b93ff 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)