aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Moncayo2014-11-09 00:33:36 +0100
committerDani Moncayo2014-11-09 00:33:36 +0100
commit8958d7da7879b876d5513084a97ceb49d6d7ad7d (patch)
treeab46b17a2205cfad056544266f5651069a756629
parenta6d74ed37be16adb07a0b36e440edfbd231d3cb8 (diff)
downloademacs-8958d7da7879b876d5513084a97ceb49d6d7ad7d.tar.gz
emacs-8958d7da7879b876d5513084a97ceb49d6d7ad7d.zip
Makefile.in (epaths-force-w32): Ensure that w32srcdir is an absolute path.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aacc168a9a6..236e88cf103 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -334,7 +334,7 @@ epaths-force:
334# program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or 334# program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or
335# '/foo/bar'). 335# '/foo/bar').
336epaths-force-w32: 336epaths-force-w32:
337 @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ 337 @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${abs_srcdir}"`; \
338 w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \ 338 w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \
339 w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}"` ; \ 339 w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}"` ; \
340 w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \ 340 w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \