aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e82eb4fa9e4..4c5535f8ad9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -852,6 +852,9 @@ ifeq ($(DUMPING),unexec)
852else 852else
853 @: In the pdumper case, make compile-first after the dump 853 @: In the pdumper case, make compile-first after the dump
854 cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT) 854 cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT)
855ifeq ($(DO_CODESIGN),yes)
856 codesign -s - -f bootstrap-emacs$(EXEEXT)
857endif
855endif 858endif
856 859
857ifeq ($(DUMPING),pdumper) 860ifeq ($(DUMPING),pdumper)