aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/unidata/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 4419d90fcd6..02d8dc08eac 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12014-06-13 Glenn Morris <rgm@gnu.org>
2
3 * unidata/Makefile.in (${DSTDIR}/charprop.el):
4 GNU make automatically passes command-line arguments to sub-makes.
5
12014-06-02 Paul Eggert <eggert@cs.ucla.edu> 62014-06-02 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Include sources used to create macuvs.h. 8 Include sources used to create macuvs.h.
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 3074864bb68..c86fff0bab4 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -52,7 +52,7 @@ compile: ${srcdir}/unidata-gen.elc
52## uni-*.el files just because .elc is missing. 52## uni-*.el files just because .elc is missing.
53## Same for UnicodeData.txt v unidata.txt. 53## Same for UnicodeData.txt v unidata.txt.
54${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt 54${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt
55 ${MAKE} ${MFLAGS} compile unidata.txt EMACS="${EMACS}" 55 ${MAKE} compile unidata.txt EMACS="${EMACS}"
56 -if [ -f "$@" ]; then \ 56 -if [ -f "$@" ]; then \
57 cd ${DSTDIR} && chmod +w charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; \ 57 cd ${DSTDIR} && chmod +w charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; \
58 fi 58 fi