emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 87f6e93: * Makefile.in (w32locallisppath): Add PATH_


From: Andrea Corallo
Subject: feature/native-comp 87f6e93: * Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303).
Date: Thu, 17 Dec 2020 16:10:03 -0500 (EST)

branch: feature/native-comp
commit 87f6e937995c433825173fb0473a801791d5beac
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303).
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index 027dca0..8a9c23c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -403,6 +403,7 @@ epaths-force-w32:
          w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \
          sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$          \
          -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 
"'"$${w32locallisppath//;/\\;}"'";' \
+         -e 's;\(#.*PATH_REL_LOADSEARCH\).*$$;\1 "${lispdirrel}";' \
          -e '/^.*#/s/@VER@/${version}/g'                       \
          -e '/^.*#/s/@CFG@/${configuration}/g'                 \
          -e "/^.*#/s|@SRC@|$${w32srcdir}|g") &&                \



reply via email to

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