; * nextstep/Makefile.in: Fix last change (bug#56853).
This commit is contained in:
parent
dd937784a3
commit
ee0ce18662
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue