aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 18:33:08 -0400
committerGlenn Morris2013-10-23 18:33:08 -0400
commit4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2 (patch)
tree0d269b29785718b04bf5ee1ebfac91de29f3e509 /ChangeLog
parentfb6f3c4a164df27150517cd10741f50a8b82f442 (diff)
downloademacs-4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2.tar.gz
emacs-4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2.zip
* Makefile.in (epaths-force-w32): Use abs_srcdir
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a57b88a89c7..e7df2d1c0d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
13 Make building in directories with whitespace possible. (Bug#15675) 13 Make building in directories with whitespace possible. (Bug#15675)
14 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists. 14 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
15 * Makefile.in (abs_srcdir): New, set by configure. 15 * Makefile.in (abs_srcdir): New, set by configure.
16 (buildlisppath): Use abs_srcdir. 16 (buildlisppath, epaths-force-w32): Use abs_srcdir.
17 (install-arch-indep, install-etcdoc, install-info, install-man) 17 (install-arch-indep, install-etcdoc, install-info, install-man)
18 (install-etc): Quote entities that might contain whitespace. 18 (install-etc): Quote entities that might contain whitespace.
19 19