emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116463: nt/Makefile.in: Fix bug#16772.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116463: nt/Makefile.in: Fix bug#16772.
Date: Mon, 17 Feb 2014 19:01:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116463
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16772
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-17 20:01:14 +0100
message:
  nt/Makefile.in: Fix bug#16772.
  
  * nt/Makefile.in (install): Create destination directory before
  copying README.W32.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/Makefile.in                 makefile.in-20130401120038-v7du7ljz2h0zkbc6-1
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2014-02-13 03:19:57 +0000
+++ b/nt/ChangeLog      2014-02-17 19:01:14 +0000
@@ -1,3 +1,8 @@
+2014-02-17  Juanma Barranquero  <address@hidden>
+
+       * Makefile.in (install): Create destination directory before
+       copying README.W32 (bug#16772).
+
 2014-02-13  Juanma Barranquero  <address@hidden>
 
        * Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.

=== modified file 'nt/Makefile.in'
--- a/nt/Makefile.in    2014-02-13 03:19:57 +0000
+++ b/nt/Makefile.in    2014-02-17 19:01:14 +0000
@@ -171,6 +171,7 @@
        for file in ${INSTALLABLES} ; do \
          $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} 
"$(DESTDIR)${bindir}"/`echo $${file} | sed -e 's/${EXEEXT}$$//' -e 
'$(TRANSFORM)'`${EXEEXT} ; \
        done
+       ${MKDIR_P} "$(DESTDIR)${datadir}/emacs/$(version)"
        $(INSTALL_DATA) README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
 
 uninstall:


reply via email to

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