emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115295: * Makefile.in (epaths-force-w32): Fix 2013-


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115295: * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
Date: Fri, 29 Nov 2013 20:03:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115295
revision-id: address@hidden
parent: address@hidden
author: Dani Moncayo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-29 12:03:24 -0800
message:
  * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-11-29 01:22:40 +0000
+++ b/ChangeLog 2013-11-29 20:03:24 +0000
@@ -1,3 +1,7 @@
+2013-11-29  Dani Moncayo  <address@hidden>
+
+       * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
+
 2013-11-29  Stefan Monnier  <address@hidden>
 
        * configure.ac (HAVE_MENUS): Remove.

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-11-27 18:25:44 +0000
+++ b/Makefile.in       2013-11-29 20:03:24 +0000
@@ -338,7 +338,7 @@
 epaths-force-w32: FRC
        @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \
          w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \
-         w32prefixpattern=`echo "${w32prefix}" | ${msys_sed_sh_escape}` ; \
+         w32prefixpattern=`echo "$${w32prefix}" | ${msys_sed_sh_escape}` ; \
          w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" 
N ":" "\\;" | ${msys_w32prefix_subst}` ; \
          sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$          \
          -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \


reply via email to

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