aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
282 282
283bootstrap-prepare: 283bootstrap-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