]> git.saurik.com Git - bison.git/blobdiff - src/local.mk
tests: lalr1.cc: check syntax_error.
[bison.git] / src / local.mk
index 7272b5df9b85ab010e0a7d7d21c18dfca7c15b08..36c0ac7d47ae9dcbb6f0a698d4f0459b94d54bc5 100644 (file)
@@ -1,4 +1,4 @@
-## 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
@@ -122,8 +122,8 @@ BUILT_SOURCES +=                                \
 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 $@