From: Dani Moncayo Date: Fri, 29 Nov 2013 20:03:24 +0000 (-0800) Subject: * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04445382cf67bdd47af5ff2f2c6fa9c910d46b17;p=emacs.git * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. --- diff --git a/ChangeLog b/ChangeLog index 8c2f85ce2b8..6a34a8f9cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-29 Dani Moncayo + + * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. + 2013-11-29 Stefan Monnier * configure.ac (HAVE_MENUS): Remove. diff --git a/Makefile.in b/Makefile.in index 3e3a4f53bd2..065168bbce5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -338,7 +338,7 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g' epaths-force-w32: FRC @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \ - w32prefixpattern=`echo "${w32prefix}" | ${msys_sed_sh_escape}` ; \ + w32prefixpattern=`echo "$${w32prefix}" | ${msys_sed_sh_escape}` ; \ w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" N ":" "\\;" | ${msys_w32prefix_subst}` ; \ sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$ \ -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \