* Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
This commit is contained in:
parent
bd7cd30ac3
commit
632e833fee
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
|
||||
|
||||
* Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
|
||||
|
||||
2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib, incorporating:
|
||||
|
|
|
@ -351,7 +351,7 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g'
|
|||
# the data directory. "pwd -W" produces Windows-style 'd:/foo/bar'
|
||||
# absolute directory names, so we use it here to countermand that lossage.
|
||||
epaths-force-w32: FRC
|
||||
@(w32srcdir=`cd "${srcdir}"; pwd -W | sed -e 's,^\([A-Za-z]\):,/\1,' | ${msys_to_w32}` ; \
|
||||
@(w32srcdir=`cd "${srcdir}" && pwd -W` ; \
|
||||
prefixpattern=`echo '${prefix}' | ${msys_to_w32} | ${msys_sed_sh_escape}` ; \
|
||||
locallisppath=`echo '${locallisppath}' | ${msys_lisppath_to_w32} | ${msys_prefix_subst}` ; \
|
||||
sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$ \
|
||||
|
|
Loading…
Add table
Reference in a new issue