Re: [PATCH] {ylwrap-refactor} Fix bug with non-suffix rules for C++ yacc

2011-07-03 Thread Stefano Lattarini
On Tuesday 28 June 2011, Stefano Lattarini wrote: > On Tuesday 28 June 2011, Stefano Lattarini wrote: > > Non-suffix rules aren't allowed to use the %EXT% substitution, > > but the yacc rules were doing so; for implementation reasons, > > this problems only manifested itself when Yacc was used with

Re: [PATCH] {ylwrap-refactor} Fix bug with non-suffix rules for C++ yacc

2011-06-28 Thread Stefano Lattarini
On Tuesday 28 June 2011, Stefano Lattarini wrote: > Non-suffix rules aren't allowed to use the %EXT% substitution, > but the yacc rules were doing so; for implementation reasons, > this problems only manifested itself when Yacc was used with C++ > and with different extensions (e.g., `y++' and `yxx

[PATCH] {ylwrap-refactor} Fix bug with non-suffix rules for C++ yacc

2011-06-28 Thread Stefano Lattarini
Non-suffix rules aren't allowed to use the %EXT% substitution, but the yacc rules were doing so; for implementation reasons, this problems only manifested itself when Yacc was used with C++ and with different extensions (e.g., `y++' and `yxx') in the same Makefile.am. Bug introduced in commit v1.1