diff options
| author | Dani Moncayo | 2013-11-29 12:03:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-29 12:03:24 -0800 |
| commit | 04445382cf67bdd47af5ff2f2c6fa9c910d46b17 (patch) | |
| tree | 0fc17beece076ba69fe2e3bac263b6ab31fafad7 /Makefile.in | |
| parent | ba25559eac42de6d061ecda14ac755d4c981f48b (diff) | |
| download | emacs-04445382cf67bdd47af5ff2f2c6fa9c910d46b17.tar.gz emacs-04445382cf67bdd47af5ff2f2c6fa9c910d46b17.zip | |
* 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' | |||
| 338 | epaths-force-w32: FRC | 338 | epaths-force-w32: FRC |
| 339 | @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ | 339 | @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ |
| 340 | w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \ | 340 | w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \ |
| 341 | w32prefixpattern=`echo "${w32prefix}" | ${msys_sed_sh_escape}` ; \ | 341 | w32prefixpattern=`echo "$${w32prefix}" | ${msys_sed_sh_escape}` ; \ |
| 342 | w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" N ":" "\\;" | ${msys_w32prefix_subst}` ; \ | 342 | w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" N ":" "\\;" | ${msys_w32prefix_subst}` ; \ |
| 343 | sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$ \ | 343 | sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$ \ |
| 344 | -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \ | 344 | -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \ |