projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd93778
)
; * nextstep/Makefile.in: Fix last change (bug#56853).
author
Gerd Möllmann
<gerd@gnu.org>
Mon, 1 Aug 2022 07:48:39 +0000
(09:48 +0200)
committer
Gerd Möllmann
<gerd@gnu.org>
Mon, 1 Aug 2022 07:49:48 +0000
(09:49 +0200)
nextstep/Makefile.in
patch
|
blob
|
history
diff --git
a/nextstep/Makefile.in
b/nextstep/Makefile.in
index ee883f3cff975d3e00e797d3ec3f9195642a0623..82bf13bc929dbcdf912aa5b679f27ae89158e4b8 100644
(file)
--- 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_pd
u
mp_target = ${ns_applibexecdir}/Emacs.pdmp
+ns_pdmp_target = ${ns_applibexecdir}/Emacs.pdmp
endif
all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_pdmp_target}