diff options
| author | Alan Third | 2019-01-21 16:50:12 +0000 |
|---|---|---|
| committer | Alan Third | 2019-01-21 16:52:17 +0000 |
| commit | 6e5ac1d1ff38ae52321758f53fd513959d360e0b (patch) | |
| tree | 174c25006d31ff0efa17e2713f110653bdf703d3 /src | |
| parent | 7fcdabdcb03a47ec028a5821f6c3fc054d00b40d (diff) | |
| download | emacs-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.in | 1 |
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) |
| 566 | else | 566 | else |
| 567 | rm -f $@ && cp -f temacs$(EXEEXT) $@ | 567 | rm -f $@ && cp -f temacs$(EXEEXT) $@ |
| 568 | cp -f $@ bootstrap-emacs$(EXEEXT) | ||
| 568 | endif | 569 | endif |
| 569 | 570 | ||
| 570 | ifeq ($(DUMPING),pdumper) | 571 | ifeq ($(DUMPING),pdumper) |