diff options
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) |