From b7ae0232bed40fd643cfeffbf12110de9e8dbc15 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 4 Oct 2021 16:54:37 +0300 Subject: [PATCH] ; * src/Makefile.in (../native-lisp): More tweaks of the recipe. --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 25c7865d4a1..759572f85eb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -807,8 +807,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln) if test ! -d $@; then \ mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \ LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \ - --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR); \ - cp -f $@ $(bootstrap_pdmp); \ + --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \ + && cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \ + && cp -f $(pdmp) $(bootstrap_pdmp); \ fi endif -- 2.39.5