emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 07d7852: Use the correct filename for dump file in


From: Alan Third
Subject: [Emacs-diffs] master 07d7852: Use the correct filename for dump file in NS
Date: Sun, 31 Mar 2019 13:19:49 -0400 (EDT)

branch: master
commit 07d7852b00dc0c91f2450856ac27c17eea7a3e1a
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Use the correct filename for dump file in NS
    
    * nextstep/Makefile.in (all):
    (${ns_appbindir}/Emacs.pdmp):
    (links): Use mixed case 'Emacs.pdmp' to match the executable name.
---
 nextstep/Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 4eda9f4..08e2e51 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -44,7 +44,7 @@ ns_check_file = @ns_appdir@/@ns_check_file@
 
 .PHONY: all
 
-all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_appbindir}/emacs.pdmp
+all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_appbindir}/Emacs.pdmp
 
 ${ns_check_file} ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
        rm -rf ${ns_appdir}
@@ -63,7 +63,7 @@ ${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file} 
../src/emacs${EXEEXT}
        ${MKDIR_P} ${ns_appbindir}
        cp -f ../src/emacs${EXEEXT} $@
 
-${ns_appbindir}/emacs.pdmp: ${ns_appdir} ${ns_check_file} 
../src/emacs${EXEEXT}.pdmp
+${ns_appbindir}/Emacs.pdmp: ${ns_appdir} ${ns_check_file} 
../src/emacs${EXEEXT}.pdmp
        ${MKDIR_P} ${ns_appbindir}
        cp -f ../src/emacs${EXEEXT}.pdmp $@
 
@@ -85,7 +85,7 @@ links: ../src/emacs${EXEEXT}
        ln -s $(top_srcdir_abs)/info ${ns_appdir}/Contents/Resources
        ${MKDIR_P} ${ns_appbindir}
        ln -s $(abs_top_builddir)/src/emacs${EXEEXT} ${ns_appbindir}/Emacs
-       ln -s $(abs_top_builddir)/src/emacs${EXEEXT}.pdmp ${ns_appbindir}/
+       ln -s $(abs_top_builddir)/src/emacs${EXEEXT}.pdmp 
${ns_appbindir}/Emacs.pdmp
        ln -s $(abs_top_builddir)/lib-src ${ns_appbindir}/bin
        ln -s $(abs_top_builddir)/lib-src ${ns_appbindir}/libexec
        ${MKDIR_P} ${ns_appdir}/Contents/Resources/etc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]