summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-10 20:08:50 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-10 20:08:50 +0000
commit9e7efbfa811d9464d82c1555ce6d0589008c1acd (patch)
tree41c04f2864f74773767f2bcc6f8e27a2a1dd64e9
parent51bfa3d9bcf60e4db40de296e12f94d0319f1540 (diff)
downloademacs-9e7efbfa811d9464d82c1555ce6d0589008c1acd.tar.gz
(bootstrap-prepare): Explictly pass EMACS to sub-makes
that use it, for non-GNU makes (sync from trunk 2008-06-08).
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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