From: Glenn Morris Date: Thu, 24 Oct 2013 01:52:44 +0000 (-0700) Subject: * lisp/Makefile.in (abs_top_srcdir): New, set by configure. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f317c2faaa9aa00f2f9460e1d3dd45041583684;p=emacs.git * lisp/Makefile.in (abs_top_srcdir): New, set by configure. (update-subdirs): Correct build-aux location. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e34bc5ef2e..16b88cf8f6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-10-24 Glenn Morris + + * Makefile.in (abs_top_srcdir): New, set by configure. + (update-subdirs): Correct build-aux location. + 2013-10-24 Dmitry Gutov * vc/vc.el (vc-print-root-log): Always set `default-directory' diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 814aefc0cc0..58610387ac3 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -22,6 +22,7 @@ SHELL = @SHELL@ srcdir = @srcdir@ abs_srcdir = @abs_srcdir@ top_srcdir = @top_srcdir@ +abs_top_srcdir = @abs_top_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_lisp = $(abs_srcdir) lisp = $(srcdir) @@ -193,7 +194,7 @@ $(lisp)/subdirs.el: update-subdirs: doit cd $(lisp); $(setwins_for_subdirs); \ for file in $$wins; do \ - $(top_srcdir)/build-aux/update-subdirs $$file; \ + $(abs_top_srcdir)/build-aux/update-subdirs $$file; \ done; .PHONY: updates bzr-update update-authors