aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-17 14:26:51 -0400
committerGlenn Morris2012-05-17 14:26:51 -0400
commit9f1ea7dcd994c63d754ba74fc3522fa725fd0f0d (patch)
treed461aafad59ba1e82346e5e0b543bf03a54cca33 /ChangeLog
parentac348012f4f956fa7e64535a3875a32cff91503c (diff)
downloademacs-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 013734a8651..8e5d69dc68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12012-05-17 Glenn Morris <rgm@gnu.org> 12012-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.