aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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)
566else 566else
567 cp -f temacs$(EXEEXT) emacs$(EXEEXT) 567 rm -f $@ && cp -f temacs$(EXEEXT) $@
568endif 568endif
569 569
570ifeq ($(DUMPING),pdumper) 570ifeq ($(DUMPING),pdumper)