aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-24 23:03:13 -0700
committerGlenn Morris2014-06-24 23:03:13 -0700
commit4c920f37c5bc731149814adbe3cf5c8d876f0417 (patch)
tree65154f58db4767e3a639a82f525067e4beaccc9f /admin/ChangeLog
parent448dd61ceba6e2395a1571e17ee63bdc2ccd06a6 (diff)
downloademacs-4c920f37c5bc731149814adbe3cf5c8d876f0417.tar.gz
emacs-4c920f37c5bc731149814adbe3cf5c8d876f0417.zip
admin/unidata: small Makefile simplifications
* admin/unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc. (.el.elc): Replace with pattern rule. (%.elc): New. (unidata.txt): Use $<. (compile): Remove. (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index a7eb42e321f..d53049f95c4 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,5 +1,12 @@
12014-06-25 Glenn Morris <rgm@gnu.org> 12014-06-25 Glenn Morris <rgm@gnu.org>
2 2
3 * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc.
4 (.el.elc): Replace with pattern rule.
5 (%.elc): New.
6 (unidata.txt): Use $<.
7 (compile): Remove.
8 (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
9
3 * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo. 10 * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
4 11
52014-06-21 Glenn Morris <rgm@gnu.org> 122014-06-21 Glenn Morris <rgm@gnu.org>