From a6ccb82fdaacb731295545f867765d60726c5044 Mon Sep 17 00:00:00 2001 From: Gerd Möllmann Date: Sun, 21 Aug 2022 15:57:40 +0200 Subject: Fix src-depending-on-lisp target * Makefile.in (src-depending-on-lisp): Pass BIN_DESTDIR and ELN_DESTDIR to make -C src (bug#57309). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3