]> code.delx.au - gnu-emacs/blobdiff - admin/unidata/Makefile.in
Fix a couple of AM_V_GEN bugs
[gnu-emacs] / admin / unidata / Makefile.in
index 1396f0926f4d349aa5f6c51a0553d0754a24ea67..6c81d32484a2750fc69520f309f7f1e39d1b6927 100644 (file)
@@ -90,7 +90,7 @@ ${unidir}/charprop.el: ${srcdir}/unidata-gen.el \
 ## to generate a Makefile fragment explicitly listing the uni- files,
 ## which this file could include.  If no fragment, rebuild everything.
 unifiles: ${unidir}/charprop.el
-       $(AM_V_GEN)for f in `sed -n 's/^;; FILE: //p' < $<`; do \
+       $(AM_V_at)for f in `sed -n 's/^;; FILE: //p' < $<`; do \
          [ -f $(unidir)/$$f ] || exec $(MAKE) PHONY_EXTRAS=$< $<; \
        done