emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116464: nt/Makefile.in: Follow up to previous chang


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116464: nt/Makefile.in: Follow up to previous change.
Date: Mon, 17 Feb 2014 19:04:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116464
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:04:51 +0100
message:
  nt/Makefile.in: Follow up to previous change.
  
  nt/Makefile.in (install): Create destination directory before copying
  README.W32, and use ${datadir} to refer to the file.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/Makefile.in                 makefile.in-20130401120038-v7du7ljz2h0zkbc6-1
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2014-02-17 19:01:14 +0000
+++ b/nt/ChangeLog      2014-02-17 19:04:51 +0000
@@ -1,7 +1,7 @@
 2014-02-17  Juanma Barranquero  <address@hidden>
 
-       * Makefile.in (install): Create destination directory before
-       copying README.W32 (bug#16772).
+       * Makefile.in (install): Create destination directory before copying
+       README.W32, and use ${datadir} to refer to the file (bug#16772).
 
 2014-02-13  Juanma Barranquero  <address@hidden>
 

=== modified file 'nt/Makefile.in'
--- a/nt/Makefile.in    2014-02-17 19:01:14 +0000
+++ b/nt/Makefile.in    2014-02-17 19:04:51 +0000
@@ -172,7 +172,7 @@
          $(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)"
+       $(INSTALL_DATA) ${srcdir}/README.W32 
"$(DESTDIR)${datadir}/emacs/$(version)"
 
 uninstall:
        rm -f "$(DESTDIR)${datadir}/emacs/$(version)/README.W32"


reply via email to

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