From: Philipp Stephani Date: Wed, 23 Dec 2020 18:15:56 +0000 (+0100) Subject: * src/Makefile.in (DO_CODESIGN): Fix expected architecture name. X-Git-Tag: emacs-27.1.91~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fda9b3e83a;p=emacs.git * src/Makefile.in (DO_CODESIGN): Fix expected architecture name. --- diff --git a/src/Makefile.in b/src/Makefile.in index cfd322a41fa..eb6d2f0e91e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -339,7 +339,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@ ## ARM Macs require that all code have a valid signature. Since pump ## invalidates the signature, we must re-sign to fix it. -DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@) +DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@) # 'make' verbosity. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@