diff options
| author | Glenn Morris | 2012-05-17 14:28:24 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-17 14:28:24 -0400 |
| commit | 05f3d308da1b93a1fffbb6653c84da02334ff0b8 (patch) | |
| tree | ff9ca24ac6ee0f489e70ed9ab0a5fdc0a4edb490 /ChangeLog | |
| parent | 9f1ea7dcd994c63d754ba74fc3522fa725fd0f0d (diff) | |
| download | emacs-05f3d308da1b93a1fffbb6653c84da02334ff0b8.tar.gz emacs-05f3d308da1b93a1fffbb6653c84da02334ff0b8.zip | |
Further simplify install-arch-dep for self-contained NS builds
* Makefile.in (install-arch-dep): Use $write_subdir.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 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. | 3 | * Makefile.in (write_subdir): New. |
| 4 | (install-arch-indep): Use $write_subdir. | 4 | (install-arch-indep, install-arch-dep): Use $write_subdir. |
| 5 | 5 | ||
| 6 | * configure.in (docdir, etcdir, infodir, lispdir): | 6 | * configure.in (docdir, etcdir, infodir, lispdir): |
| 7 | 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. |