From 9e7efbfa811d9464d82c1555ce6d0589008c1acd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Aug 2008 20:08:50 +0000 Subject: [PATCH] (bootstrap-prepare): Explictly pass EMACS to sub-makes that use it, for non-GNU makes (sync from trunk 2008-06-08). --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5