]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303).
authorAndrea Corallo <akrl@sdf.org>
Thu, 17 Dec 2020 21:07:39 +0000 (22:07 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 17 Dec 2020 21:08:44 +0000 (22:08 +0100)
Makefile.in

index 027dca0bd703566da4f4ba9e57fb19769fd3d56f..8a9c23c9013895f749b2af1b23f707d68546a13d 100644 (file)
@@ -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") &&                \