summaryrefslogtreecommitdiff
path: root/nextstep/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'nextstep/Makefile.in')
-rw-r--r--nextstep/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 5e3465315af..89318a1efa8 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -71,11 +71,11 @@ ${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file} ../src/emacs${EXEEXT}
${MKDIR_P} ${ns_appbindir}
cp -f ../src/emacs${EXEEXT} $@
-# FIXME: Don't install the dump file into the app bundle when
-# self-contained install is disabled.
${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