summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2023-10-08 23:14:24 +0100
committerAlan Third <alan@idiocy.org>2023-12-30 11:24:12 +0000
commit1b0a1e5d224831c09ac655af5bd75b47827ae98d (patch)
treed793f652a9d6fabea672f247a284dbc37d9bd764 /nextstep
parent06f2bb9c24104b87b458506f3bdee1aaba7bbf97 (diff)
downloademacs-1b0a1e5d224831c09ac655af5bd75b47827ae98d.tar.gz
Remove redundant pdmp file copy (bug#66022)
* nextstep/Makefile.in (${ns_applibexecdir}/Emacs.pdmp): The pdmp file is not required in the app bundle for a non-self-contained install.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/Makefile.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 89318a1efa8..62bd8cdeace 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -46,11 +46,7 @@ ns_check_file = @ns_appdir@/@ns_check_file@
.PHONY: all
-ifeq ($(DUMPING),pdumper)
-ns_pdmp_target = ${ns_applibexecdir}/Emacs.pdmp
-endif
-
-all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_pdmp_target}
+all: ${ns_appdir} ${ns_appbindir}/Emacs
${ns_check_file}: ${ns_appdir}
@@ -71,12 +67,6 @@ ${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file} ../src/emacs${EXEEXT}
${MKDIR_P} ${ns_appbindir}
cp -f ../src/emacs${EXEEXT} $@
-${ns_applibexecdir}/Emacs.pdmp: ${ns_appdir} ${ns_check_file} ../src/emacs${EXEEXT}.pdmp
- ${MKDIR_P} ${ns_applibexecdir}
-ifeq (${ns_self_contained},no)
- cp -f ../src/emacs${EXEEXT}.pdmp $@
-endif
-
.PHONY: FORCE
../src/emacs${EXEEXT}: FORCE