From: Andrea Corallo Date: Thu, 17 Dec 2020 21:07:39 +0000 (+0100) Subject: * Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303). X-Git-Tag: emacs-28.0.90~2727^2~266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87f6e937995c433825173fb0473a801791d5beac;p=emacs.git * Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303). --- 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") && \