summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2023-09-21 07:06:50 +0200
committerGerd Möllmann <gerd@gnu.org>2023-09-21 07:09:53 +0200
commitd0b1e3647fb4e6d889f9f999388c53daf0e67f0d (patch)
treeeb3c0ca880031fe10f27e8468e78d1a61b0a882b /Makefile.in
parentdad3afb7eb55932f7273a15895670e818fe144bd (diff)
downloademacs-d0b1e3647fb4e6d889f9f999388c53daf0e67f0d.tar.gz
macOS: only cp emacs.pdmp when installing (bug#66022)
* Makefile.in (install-arch-dep): install emacs.pdmp here for self-contained build * nextstep/Makefile.in (${ns_applibexecdir}/Emacs.pdmp): Don't cp emacs.pdmp if self-contained build.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c82aad1af60..51a27cc1814 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -643,6 +643,7 @@ ifndef NO_BIN_LINK
cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) "$(EMACSFULL)" "$(EMACS)"
endif
else
+ ${INSTALL_DATA} src/emacs.pdmp "$(DESTDIR)${libexecdir}/Emacs.pdmp"
subdir=${ns_appresdir}/site-lisp && ${write_subdir}
rm -rf ${ns_appresdir}/share
endif