]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant pdmp file copy (bug#66022)
authorAlan Third <alan@idiocy.org>
Sun, 8 Oct 2023 22:14:24 +0000 (23:14 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 30 Dec 2023 11:24:12 +0000 (11:24 +0000)
* nextstep/Makefile.in (${ns_applibexecdir}/Emacs.pdmp): The pdmp file
is not required in the app bundle for a non-self-contained install.

nextstep/Makefile.in

index 89318a1efa8e6e116a4d00c6a423f310e584c17f..62bd8cdeace0e24042159c89bd6117b75c96ea77 100644 (file)
@@ -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