]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 19:43:11 +0000 (12:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 19:43:11 +0000 (12:43 -0700)
lisp/ChangeLog
lisp/Makefile.in

index 4d794052fd7b2bad9fd456e4da9e7d2b49d8c628..1c175aa88309091898f14563a3c6cbc4f8e028cf 100644 (file)
@@ -1,5 +1,7 @@
 2013-11-02  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index 1142165e9f33d5323c65fccae6b521f455a7fc48..b1fd6b93ff58da9f6920fa067cf44bf57377e226 100644 (file)
@@ -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)