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.
This commit is contained in:
parent
06f2bb9c24
commit
1b0a1e5d22
1 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue