changeset 80710:2eaab780bfe3

(bootstrap-prepare): Explictly pass EMACS to sub-makes that use it, for non-GNU makes (sync from trunk 2008-06-08).
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Aug 2008 20:08:50 +0000
parents 6552247ba6b0
children 3c8c80b9ca33
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Sun Aug 10 20:08:38 2008 +0000
+++ b/lisp/Makefile.in	Sun Aug 10 20:08:50 2008 +0000
@@ -282,7 +282,7 @@
 
 bootstrap-prepare:
 	if test -x $(EMACS); then				\
-	  $(MAKE) $(MFLAGS) autoloads;				\
+	  $(MAKE) $(MFLAGS) autoloads EMACS=$(EMACS);		\
 	else							\
 	  cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el;		\
 	fi