Fix OSX build without pdumper
* Makefile.in (install-arch-dep) [ns_self_contained]: Add missing DUMPING = pdumper check. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
2d12754ee2
commit
86c354dd0d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue