emacs-diffs
[Top][All Lists]
Advanced

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

master ee0ce18662: ; * nextstep/Makefile.in: Fix last change (bug#56853)


From: Gerd Moellmann
Subject: master ee0ce18662: ; * nextstep/Makefile.in: Fix last change (bug#56853).
Date: Mon, 1 Aug 2022 03:53:46 -0400 (EDT)

branch: master
commit ee0ce186621d788d9292afe8de9459d4af2d49c9
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    ; * nextstep/Makefile.in: Fix last change (bug#56853).
---
 nextstep/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index ee883f3cff..82bf13bc92 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -26,6 +26,7 @@ srcdir = @srcdir@
 abs_builddir = @abs_builddir@
 abs_top_builddir = @abs_top_builddir@
 EXEEXT = @EXEEXT@
+DUMPING = @DUMPING@
 
 # abs_top_srcdir may contain ".."
 top_srcdir_abs = $(shell cd @top_srcdir@; pwd -P)
@@ -46,7 +47,7 @@ ns_check_file = @ns_appdir@/@ns_check_file@
 .PHONY: all
 
 ifeq ($(DUMPING),pdumper)
-ns_pdump_target = ${ns_applibexecdir}/Emacs.pdmp
+ns_pdmp_target = ${ns_applibexecdir}/Emacs.pdmp
 endif
 
 all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_pdmp_target}



reply via email to

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