-## Copyright (C) 2001-2011 Free Software Foundation, Inc.
+## Copyright (C) 2001-2012 Free Software Foundation, Inc.
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
MOSTLYCLEANFILES += src/yacc
src/yacc:
- rm -f $@ $@.tmp
- echo '#! /bin/sh' >$@.tmp
- echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp
- chmod a+x $@.tmp
- mv $@.tmp $@
+ $(AM_V_GEN)rm -f $@ $@.tmp
+ $(AM_V_at)echo '#! /bin/sh' >$@.tmp
+ $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp
+ $(AM_V_at)chmod a+x $@.tmp
+ $(AM_V_at)mv $@.tmp $@