From: Alan Third Date: Mon, 21 Jan 2019 16:50:12 +0000 (+0000) Subject: Fix occasional pdumper/bootstrap error X-Git-Tag: emacs-27.0.90~3772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e5ac1d1ff38ae52321758f53fd513959d360e0b;p=emacs.git Fix occasional pdumper/bootstrap error * src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over bootstrap-emacs. --- 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) cp -f $@ bootstrap-emacs$(EXEEXT) else rm -f $@ && cp -f temacs$(EXEEXT) $@ + cp -f $@ bootstrap-emacs$(EXEEXT) endif ifeq ($(DUMPING),pdumper)