From: Philipp Stephani Date: Fri, 28 May 2021 14:56:17 +0000 (+0200) Subject: ; * src/Makefile.in: Fix typo. X-Git-Tag: emacs-28.0.90~2295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a52f572e627dc8fdef17b77512cba0a3f56825e1;p=emacs.git ; * src/Makefile.in: Fix typo. --- diff --git a/src/Makefile.in b/src/Makefile.in index d9f65b5bd0e..79cddb35b55 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -342,7 +342,7 @@ DUMPING=@DUMPING@ CHECK_STRUCTS = @CHECK_STRUCTS@ HAVE_PDUMPER = @HAVE_PDUMPER@ -## ARM Macs require that all code have a valid signature. Since pump +## ARM Macs require that all code have a valid signature. Since pdump ## invalidates the signature, we must re-sign to fix it. DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)