mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
* Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
This commit is contained in:
parent
ba25559eac
commit
04445382cf
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
|
||||
|
||||
* Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
|
||||
|
||||
2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* configure.ac (HAVE_MENUS): Remove.
|
||||
|
|
|
|||
|
|
@ -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}"'";' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue