From 04445382cf67bdd47af5ff2f2c6fa9c910d46b17 Mon Sep 17 00:00:00 2001 From: Dani Moncayo Date: Fri, 29 Nov 2013 12:03:24 -0800 Subject: [PATCH] * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}"'";' \ -- 2.39.2