projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e79f8a
)
; * src/Makefile.in (../native-lisp): More tweaks of the recipe.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Oct 2021 13:54:37 +0000
(16:54 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Oct 2021 13:54:37 +0000
(16:54 +0300)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 25c7865d4a127daf2b0b6defa75c45bfb6e20695..759572f85eb2fbdba3b5345c3365060665221b88 100644
(file)
--- 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