* 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 4d79405..1c175aa 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 1142165..b1fd6b9 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)