]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix occasional pdumper/bootstrap error
authorAlan Third <alan@idiocy.org>
Mon, 21 Jan 2019 16:50:12 +0000 (16:50 +0000)
committerAlan Third <alan@idiocy.org>
Mon, 21 Jan 2019 16:52:17 +0000 (16:52 +0000)
* src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over
bootstrap-emacs.

src/Makefile.in

index 1d6faf9c53b4b74044b9f0e01d4d2dd934c0023f..e0b7e3d1ef67256b7548d962f3f2e755f85ff75e 100644 (file)
@@ -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)