aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Third2019-01-21 16:50:12 +0000
committerAlan Third2019-01-21 16:52:17 +0000
commit6e5ac1d1ff38ae52321758f53fd513959d360e0b (patch)
tree174c25006d31ff0efa17e2713f110653bdf703d3 /src
parent7fcdabdcb03a47ec028a5821f6c3fc054d00b40d (diff)
downloademacs-6e5ac1d1ff38ae52321758f53fd513959d360e0b.tar.gz
emacs-6e5ac1d1ff38ae52321758f53fd513959d360e0b.zip
Fix occasional pdumper/bootstrap error
* src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over bootstrap-emacs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1d6faf9c53b..e0b7e3d1ef6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -565,6 +565,7 @@ ifeq ($(DUMPING),unexec)
565 cp -f $@ bootstrap-emacs$(EXEEXT) 565 cp -f $@ bootstrap-emacs$(EXEEXT)
566else 566else
567 rm -f $@ && cp -f temacs$(EXEEXT) $@ 567 rm -f $@ && cp -f temacs$(EXEEXT) $@
568 cp -f $@ bootstrap-emacs$(EXEEXT)
568endif 569endif
569 570
570ifeq ($(DUMPING),pdumper) 571ifeq ($(DUMPING),pdumper)