summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-10-23 18:33:08 -0400
committerGlenn Morris <rgm@gnu.org>2013-10-23 18:33:08 -0400
commit4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2 (patch)
tree0d269b29785718b04bf5ee1ebfac91de29f3e509 /Makefile.in
parentfb6f3c4a164df27150517cd10741f50a8b82f442 (diff)
downloademacs-4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2.tar.gz
* Makefile.in (epaths-force-w32): Use abs_srcdir
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f97b03b99e0..7ad0bf13ae4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -341,7 +341,7 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g'
# Use the value of ${locallisppath} supplied by `configure',
# to support the --enable-locallisppath argument.
epaths-force-w32: FRC
- @(w32srcdir=`echo "${srcdir}" | ${msys_to_w32}` ; \
+ @(w32srcdir=`echo "${abs_srcdir}" | ${msys_to_w32}` ; \
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.$$$$ \