emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114764: * Makefile.in (epaths-force-w32): Use abs_s


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114764: * Makefile.in (epaths-force-w32): Use abs_srcdir
Date: Wed, 23 Oct 2013 22:33:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114764
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-10-23 18:33:08 -0400
message:
  * Makefile.in (epaths-force-w32): Use abs_srcdir
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-10-23 20:46:46 +0000
+++ b/ChangeLog 2013-10-23 22:33:08 +0000
@@ -13,7 +13,7 @@
        Make building in directories with whitespace possible.  (Bug#15675)
        * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
        * Makefile.in (abs_srcdir): New, set by configure.
-       (buildlisppath): Use abs_srcdir.
+       (buildlisppath, epaths-force-w32): Use abs_srcdir.
        (install-arch-indep, install-etcdoc, install-info, install-man)
        (install-etc): Quote entities that might contain whitespace.
 

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-10-23 07:28:30 +0000
+++ b/Makefile.in       2013-10-23 22:33:08 +0000
@@ -341,7 +341,7 @@
 # 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.$$$$          \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]