emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6ccb82fda: Fix src-depending-on-lisp target


From: Gerd Moellmann
Subject: master a6ccb82fda: Fix src-depending-on-lisp target
Date: Sun, 21 Aug 2022 10:01:10 -0400 (EDT)

branch: master
commit a6ccb82fdaacb731295545f867765d60726c5044
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    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(-)

diff --git a/Makefile.in b/Makefile.in
index 78103f897f..7541e8d6b6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]