diff options
author | Dani Moncayo <dmoncayo@gmail.com> | 2013-11-29 12:03:24 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-29 12:03:24 -0800 |
commit | 04445382cf67bdd47af5ff2f2c6fa9c910d46b17 (patch) | |
tree | 0fc17beece076ba69fe2e3bac263b6ab31fafad7 /Makefile.in | |
parent | ba25559eac42de6d061ecda14ac755d4c981f48b (diff) | |
download | emacs-04445382cf67bdd47af5ff2f2c6fa9c910d46b17.tar.gz |
* Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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}"'";' \ |