diff options
| author | Glenn Morris | 2013-10-23 18:33:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 18:33:08 -0400 |
| commit | 4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2 (patch) | |
| tree | 0d269b29785718b04bf5ee1ebfac91de29f3e509 /ChangeLog | |
| parent | fb6f3c4a164df27150517cd10741f50a8b82f442 (diff) | |
| download | emacs-4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2.tar.gz emacs-4b56b9d7038bbb446697ecd6f2d4c2fe66f173e2.zip | |
* Makefile.in (epaths-force-w32): Use abs_srcdir
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||