aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-10-07 16:17:09 -0400
committerGlenn Morris2014-10-07 16:17:09 -0400
commit23755ba32b9baeff4173e317624ceb89fc274468 (patch)
tree03fa4e60c045f274e94225df4752f5a56b3e9c03 /admin/ChangeLog
parent8ca8fde8a2f94e9446efc5aa68020c0badeecb4d (diff)
downloademacs-23755ba32b9baeff4173e317624ceb89fc274468.tar.gz
emacs-23755ba32b9baeff4173e317624ceb89fc274468.zip
* admin/unidata/Makefile.in: Check for deleted uni- files.
(all): Use unifiles rather than charprop.el. (FORCE): New variable and phony rule. (${unidir}/charprop.el): Respect FORCE. (unifiles): New rule. * src/Makefile.in ($(srcdir)/macuvs.h) ($(lispsource)/international/charprop.el): Add explicit FORCE. Fixes: debbugs:18489
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 224ed5e6149..742a64ce15d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,5 +1,11 @@
12014-10-07 Glenn Morris <rgm@gnu.org> 12014-10-07 Glenn Morris <rgm@gnu.org>
2 2
3 * unidata/Makefile.in: Check for deleted uni- files. (Bug#18489)
4 (all): Use unifiles rather than charprop.el.
5 (FORCE): New variable and phony rule.
6 (${unidir}/charprop.el): Respect FORCE.
7 (unifiles): New rule.
8
3 * unidata/Makefile.in (unidir): Rename from DSTDIR. Change all uses. 9 * unidata/Makefile.in (unidir): Rename from DSTDIR. Change all uses.
4 (charprop.el, install): Remove rules. 10 (charprop.el, install): Remove rules.
5 (clean): Simplify. 11 (clean): Simplify.