summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-10-23 00:28:30 -0700
committerGlenn Morris <rgm@gnu.org>2013-10-23 00:28:30 -0700
commita318e28f0d621e90d7100fcecc60c1d1668b78b4 (patch)
tree7035f5f8f17675556ac98b9e1552bcdffad919d6 /ChangeLog
parent48f73cfbf3d028b29655b207491e129607b88632 (diff)
downloademacs-a318e28f0d621e90d7100fcecc60c1d1668b78b4.tar.gz
More Makefile quoting
* Makefile.in (install-arch-dep, install-nt, uninstall, uninstall-nt): Quote entities that might contain whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00658d0df88..d7bb5212601 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
Progress towards allowing installation in directories with whitespace.
* Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
(install-arch-indep, install-etcdoc, install-info, install-man)
- (install-etc, uninstall): Quote entities that might contain whitespace.
+ (install-etc, uninstall, install-nt, uninstall-nt):
+ Quote entities that might contain whitespace.
* build-aux/update-subdirs: Handle whitespace in argument.
Check cd return value.