diff options
| author | Paul Eggert | 2014-02-14 00:05:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-14 00:05:18 -0800 |
| commit | 96fbe2b900d47188c358af0fb06b0253a945a027 (patch) | |
| tree | 25957e35fd3a78cadf58d8d8628157ae8c6b979e /ChangeLog | |
| parent | b8630261dda1988bd1cabe7fc1b567b6e140eabb (diff) | |
| download | emacs-96fbe2b900d47188c358af0fb06b0253a945a027.tar.gz emacs-96fbe2b900d47188c358af0fb06b0253a945a027.zip | |
* Makefile.in (install-arch-indep): Allow ' ' in destdir.
This fixes a bug in the previous change. Also, use $(SHELL)
rather than sh, as that's more likely to be portable.
Fixes: debbugs:16717
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-02-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717). | ||
| 4 | This fixes a bug in the previous change. Also, use $(SHELL) | ||
| 5 | rather than sh, as that's more likely to be portable. | ||
| 6 | |||
| 1 | 2014-02-13 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-02-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * Makefile.in (install-arch-indep): Simplify (Bug#16717). | 9 | * Makefile.in (install-arch-indep): Simplify (Bug#16717). |