aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-11-10 02:21:48 +0100
committerLars Ingebrigtsen2021-11-10 02:21:48 +0100
commit63fa896cb0bacd8bbf2fb7755bb3deca5b907103 (patch)
treed42a5a1baf4f867779e04ad989bc647eba59d26d /src/Makefile.in
parenta28647a6b6800212e632ea6b86763dbff4a40d00 (diff)
downloademacs-63fa896cb0bacd8bbf2fb7755bb3deca5b907103.tar.gz
emacs-63fa896cb0bacd8bbf2fb7755bb3deca5b907103.zip
Try to fix intermittent build problem on Macos
* src/Makefile.in (@): Also sign the bootstrap-emacs executable
Diffstat (limited to 'src/Makefile.in')
-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)