From 87f6e937995c433825173fb0473a801791d5beac Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 17 Dec 2020 22:07:39 +0100 Subject: [PATCH] * 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 027dca0bd70..8a9c23c9013 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") && \ -- 2.39.5