]> git.eshelyaron.com Git - emacs.git/commitdiff
; * nextstep/Makefile.in: Fix last change (bug#56853).
authorGerd Möllmann <gerd@gnu.org>
Mon, 1 Aug 2022 07:48:39 +0000 (09:48 +0200)
committerGerd Möllmann <gerd@gnu.org>
Mon, 1 Aug 2022 07:49:48 +0000 (09:49 +0200)
nextstep/Makefile.in

index ee883f3cff975d3e00e797d3ec3f9195642a0623..82bf13bc929dbcdf912aa5b679f27ae89158e4b8 100644 (file)
@@ -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}