diff options
| author | Jindrich Makovicka <makovick@gmail.com> | 2025-03-19 10:03:09 +0100 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2025-03-20 14:06:34 +0200 |
| commit | 86c354dd0d891144bf5a6821949de7be3df0ffa2 (patch) | |
| tree | 90ed7751a63ef5c744ec881b21c2bb52e42b6ec2 | |
| parent | 2d12754ee20deb789bd5444f604acda6bb05bbf9 (diff) | |
Fix OSX build without pdumper
* Makefile.in (install-arch-dep) [ns_self_contained]: Add missing
DUMPING = pdumper check.
Copyright-paperwork-exempt: yes
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a89836dca2c..ec6239571a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -643,7 +643,9 @@ ifndef NO_BIN_LINK cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) "$(EMACSFULL)" "$(EMACS)" endif else +ifeq (${DUMPING},pdumper) ${INSTALL_DATA} src/emacs.pdmp "$(DESTDIR)${libexecdir}/Emacs.pdmp" +endif subdir=${ns_appresdir}/site-lisp && ${write_subdir} rm -rf ${ns_appresdir}/share endif |
