From 6e5ac1d1ff38ae52321758f53fd513959d360e0b Mon Sep 17 00:00:00 2001 From: Alan Third Date: Mon, 21 Jan 2019 16:50:12 +0000 Subject: [PATCH] Fix occasional pdumper/bootstrap error * src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over bootstrap-emacs. --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2