diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2013-04-10 09:23:20 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2013-04-10 10:24:56 +0200 |
commit | cc8962bdde81b04aa728aef21e53b4a08a0debfe (patch) | |
tree | 57f978bd0519cd6350cf59a0f4478fcab146662f /Makefile.am | |
parent | 435575cb5e28bfc20263413e837c24a95373b3d4 (diff) | |
parent | 49964a4fe00e57c3df9442bb42621b5ab6088171 (diff) | |
download | bison-cc8962bdde81b04aa728aef21e53b4a08a0debfe.tar.gz |
Merge remote-tracking branch 'origin/maint'
* origin/maint:
glr.cc: fix a clang warning
maint: update copyright years
build: fix VPATH issue
build: avoid clang's colored diagnostics in the test suite
tests: please clang and use ".cc", not ".c", for C++ input
gnulib: update
skeletons: avoid empty switch constructs
lalr1.cc: fix compiler warnings
yacc.c: do not use __attribute__ unprotected
tests: style changes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |