aboutsummaryrefslogtreecommitdiffstats
path: root/admin/unidata
diff options
context:
space:
mode:
authorPaul Eggert2015-01-23 16:08:12 -0800
committerPaul Eggert2015-01-23 16:08:57 -0800
commit02cbd38ae4e4a1e4d309a1bb27c031e154c53f27 (patch)
treeb144f6ad10c8ff452d16160c3e9cc92c406d8f11 /admin/unidata
parentac5475dacb20d240db27d56199910d8a6fcc90e8 (diff)
downloademacs-02cbd38ae4e4a1e4d309a1bb27c031e154c53f27.tar.gz
emacs-02cbd38ae4e4a1e4d309a1bb27c031e154c53f27.zip
Fix a couple of AM_V_GEN bugs
* admin/unidata/Makefile.in (unifiles): Use AM_V_at instead of AM_V_GEN, since this doesn't generate a file. * lib-src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1) (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros, copied from ../src/Makefile.in.
Diffstat (limited to 'admin/unidata')
-rw-r--r--admin/unidata/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 1396f0926f4..6c81d32484a 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -90,7 +90,7 @@ ${unidir}/charprop.el: ${srcdir}/unidata-gen.el \
90## to generate a Makefile fragment explicitly listing the uni- files, 90## to generate a Makefile fragment explicitly listing the uni- files,
91## which this file could include. If no fragment, rebuild everything. 91## which this file could include. If no fragment, rebuild everything.
92unifiles: ${unidir}/charprop.el 92unifiles: ${unidir}/charprop.el
93 $(AM_V_GEN)for f in `sed -n 's/^;; FILE: //p' < $<`; do \ 93 $(AM_V_at)for f in `sed -n 's/^;; FILE: //p' < $<`; do \
94 [ -f $(unidir)/$$f ] || exec $(MAKE) PHONY_EXTRAS=$< $<; \ 94 [ -f $(unidir)/$$f ] || exec $(MAKE) PHONY_EXTRAS=$< $<; \
95 done 95 done
96 96