diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 980bd6d10e8..1d6faf9c53b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -564,7 +564,7 @@ ifeq ($(DUMPING),unexec) | |||
| 564 | endif | 564 | endif |
| 565 | cp -f $@ bootstrap-emacs$(EXEEXT) | 565 | cp -f $@ bootstrap-emacs$(EXEEXT) |
| 566 | else | 566 | else |
| 567 | cp -f temacs$(EXEEXT) emacs$(EXEEXT) | 567 | rm -f $@ && cp -f temacs$(EXEEXT) $@ |
| 568 | endif | 568 | endif |
| 569 | 569 | ||
| 570 | ifeq ($(DUMPING),pdumper) | 570 | ifeq ($(DUMPING),pdumper) |