diff options
| author | Glenn Morris | 2012-05-17 14:26:51 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-17 14:26:51 -0400 |
| commit | 9f1ea7dcd994c63d754ba74fc3522fa725fd0f0d (patch) | |
| tree | d461aafad59ba1e82346e5e0b543bf03a54cca33 /ChangeLog | |
| parent | ac348012f4f956fa7e64535a3875a32cff91503c (diff) | |
| download | emacs-9f1ea7dcd994c63d754ba74fc3522fa725fd0f0d.tar.gz emacs-9f1ea7dcd994c63d754ba74fc3522fa725fd0f0d.zip | |
Reduce some code duplication in Makefile.in
* Makefile.in (write_subdir): New.
(install-arch-indep): Use $write_subdir.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-05-17 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-17 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (write_subdir): New. | ||
| 4 | (install-arch-indep): Use $write_subdir. | ||
| 5 | |||
| 3 | * configure.in (docdir, etcdir, infodir, lispdir): | 6 | * configure.in (docdir, etcdir, infodir, lispdir): |
| 4 | For a self-contained ns build, set these to the appropriate values. | 7 | For a self-contained ns build, set these to the appropriate values. |
| 5 | * Makefile.in (install-arch-dep): No need to move info/ any more. | 8 | * Makefile.in (install-arch-dep): No need to move info/ any more. |