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