From: Glenn Morris Date: Sun, 10 Aug 2008 20:08:50 +0000 (+0000) Subject: (bootstrap-prepare): Explictly pass EMACS to sub-makes X-Git-Tag: emacs-pretest-22.2.90~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e7efbfa811d9464d82c1555ce6d0589008c1acd;p=emacs.git (bootstrap-prepare): Explictly pass EMACS to sub-makes that use it, for non-GNU makes (sync from trunk 2008-06-08). --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 950ec1aab6e..291af0574a4 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -282,7 +282,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) 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