From: Dani Moncayo Date: Sat, 8 Nov 2014 23:33:36 +0000 (+0100) Subject: Makefile.in (epaths-force-w32): Ensure that w32srcdir is an absolute path. X-Git-Tag: emacs-25.0.90~2635^2~528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8958d7da7879b876d5513084a97ceb49d6d7ad7d;p=emacs.git Makefile.in (epaths-force-w32): Ensure that w32srcdir is an absolute path. --- diff --git a/Makefile.in b/Makefile.in index aacc168a9a6..236e88cf103 100644 --- a/Makefile.in +++ b/Makefile.in @@ -334,7 +334,7 @@ epaths-force: # program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or # '/foo/bar'). epaths-force-w32: - @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ + @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${abs_srcdir}"`; \ w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \ w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}"` ; \ w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \