diff options
author | Gerd Möllmann <gerd@gnu.org> | 2022-08-01 09:48:39 +0200 |
---|---|---|
committer | Gerd Möllmann <gerd@gnu.org> | 2022-08-01 09:49:48 +0200 |
commit | ee0ce186621d788d9292afe8de9459d4af2d49c9 (patch) | |
tree | 8fb5f6787b8c3224212b7c0bedba9b5f40c1eacf /nextstep | |
parent | dd937784a3e3c79c5270cbfdb15a9f8df1600cde (diff) | |
download | emacs-ee0ce186621d788d9292afe8de9459d4af2d49c9.tar.gz emacs-ee0ce186621d788d9292afe8de9459d4af2d49c9.tar.bz2 emacs-ee0ce186621d788d9292afe8de9459d4af2d49c9.zip |
; * nextstep/Makefile.in: Fix last change (bug#56853).
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index ee883f3cff9..82bf13bc929 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} |