diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
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) | |||
| 852 | else | 852 | else |
| 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) |
| 855 | ifeq ($(DO_CODESIGN),yes) | ||
| 856 | codesign -s - -f bootstrap-emacs$(EXEEXT) | ||
| 857 | endif | ||
| 855 | endif | 858 | endif |
| 856 | 859 | ||
| 857 | ifeq ($(DUMPING),pdumper) | 860 | ifeq ($(DUMPING),pdumper) |