X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/435575cb5e28bfc20263413e837c24a95373b3d4..cc8962bdde81b04aa728aef21e53b4a08a0debfe:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index 7a752d7d..339a3c63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,11 +78,11 @@ dist-hook: gen-ChangeLog .PHONY: update-b4-copyright update-package-copyright-year update-b4-copyright: - find $(srcdir)/data -type f \ + $(AM_V_GEN)find $(srcdir)/data -type f \ | xargs $(srcdir)/build-aux/$@ @echo 'warning: src/parse-gram.[hc] may need to be regenerated.' update-package-copyright-year: - $(srcdir)/build-aux/$@ $(srcdir)/configure.ac + $(AM_V_GEN)$(srcdir)/build-aux/$@ $(srcdir)/configure.ac gen_start_date = 2012-01-16 .PHONY: gen-ChangeLog