]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix src-depending-on-lisp target
authorGerd Möllmann <gerd@gnu.org>
Sun, 21 Aug 2022 13:57:40 +0000 (15:57 +0200)
committerGerd Möllmann <gerd@gnu.org>
Sun, 21 Aug 2022 13:57:40 +0000 (15:57 +0200)
* Makefile.in (src-depending-on-lisp): Pass BIN_DESTDIR and
ELN_DESTDIR to make -C src (bug#57309).

Makefile.in

index 78103f897f9845dd6aa835e04ef791918c468256..7541e8d6b6be13ee23cd23995775dd1c6ca440d9 100644 (file)
@@ -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