From: Gerd Möllmann Date: Sun, 21 Aug 2022 13:57:40 +0000 (+0200) Subject: Fix src-depending-on-lisp target X-Git-Tag: emacs-29.0.90~1893^2~129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6ccb82fdaacb731295545f867765d60726c5044;p=emacs.git Fix src-depending-on-lisp target * Makefile.in (src-depending-on-lisp): Pass BIN_DESTDIR and ELN_DESTDIR to make -C src (bug#57309). --- diff --git a/Makefile.in b/Makefile.in index 78103f897f9..7541e8d6b6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -367,7 +367,7 @@ all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lisp # .pdmp containing the new autoloads. .PHONY: src-depending-on-lisp src-depending-on-lisp: lisp - ${MAKE} -C src + ${MAKE} -C src BIN_DESTDIR='$(BIN_DESTDIR)' ELN_DESTDIR='$(ELN_DESTDIR)' # If configure were to just generate emacsver.tex from emacsver.tex.in # in the normal way, the timestamp of emacsver.tex would always be