summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2022-08-21 15:57:40 +0200
committerGerd Möllmann <gerd@gnu.org>2022-08-21 15:57:40 +0200
commita6ccb82fdaacb731295545f867765d60726c5044 (patch)
treea1a51fb888daa6f8bdd3f6ee2803de5280f2f1a2 /Makefile.in
parentae2199258f6eba3a8a066616dad1a7bf666ec8be (diff)
downloademacs-a6ccb82fdaacb731295545f867765d60726c5044.tar.gz
Fix src-depending-on-lisp target
* Makefile.in (src-depending-on-lisp): Pass BIN_DESTDIR and ELN_DESTDIR to make -C src (bug#57309).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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