aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2014-02-17 20:04:51 +0100
committerJuanma Barranquero <[email protected]>2014-02-17 20:04:51 +0100
commitf260162808078c02a3e5f08aed245154e9131aed (patch)
treedf235813f98c24fa68b8721aa87b5d1346a58d9a /nt
parent1bba94f235443c3d7f83afc8ab4edbc7f02437ee (diff)
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. Fixes: debbugs:16772
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 1dc6319c4a..ccbeb85c78 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,7 +1,7 @@
2014-02-17 Juanma Barranquero <[email protected]>
- * 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 <[email protected]>
diff --git a/nt/Makefile.in b/nt/Makefile.in
index 4970ca4444..f498928bfc 100644
--- a/nt/Makefile.in
+++ b/nt/Makefile.in
@@ -172,7 +172,7 @@ install: $(DESTDIR)${archlibdir}
$(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"