diff options
| author | Glenn Morris | 2008-08-10 20:08:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-10 20:08:50 +0000 |
| commit | 9e7efbfa811d9464d82c1555ce6d0589008c1acd (patch) | |
| tree | 41c04f2864f74773767f2bcc6f8e27a2a1dd64e9 | |
| parent | 51bfa3d9bcf60e4db40de296e12f94d0319f1540 (diff) | |
| download | emacs-9e7efbfa811d9464d82c1555ce6d0589008c1acd.tar.gz emacs-9e7efbfa811d9464d82c1555ce6d0589008c1acd.zip | |
(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.in | 2 |
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) | |||
| 282 | 282 | ||
| 283 | bootstrap-prepare: | 283 | bootstrap-prepare: |
| 284 | if test -x $(EMACS); then \ | 284 | if test -x $(EMACS); then \ |
| 285 | $(MAKE) $(MFLAGS) autoloads; \ | 285 | $(MAKE) $(MFLAGS) autoloads EMACS=$(EMACS); \ |
| 286 | else \ | 286 | else \ |
| 287 | cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ | 287 | cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ |
| 288 | fi | 288 | fi |