projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf22c9
)
* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
author
Philipp Stephani
<phst@google.com>
Wed, 23 Dec 2020 18:15:56 +0000
(19:15 +0100)
committer
Philipp Stephani
<phst@google.com>
Wed, 23 Dec 2020 18:15:56 +0000
(19:15 +0100)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index cfd322a41fa27e931845a3ca66b7d3c78bc8d388..eb6d2f0e91e16789b7052336cca7268938c8fe8e 100644
(file)
--- 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 a
arch64
-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst a
rm
-apple-darwin%,yes,@configuration@)
# 'make' verbosity.
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@