]> git.ipfire.org Git - thirdparty/automake.git/commit
yacc tests: fix bug in 'yacc-cxx.test'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 Jun 2011 12:03:36 +0000 (14:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 Jun 2011 12:03:36 +0000 (14:03 +0200)
commitf2ed2817e85bb9e174889171cbc8d2bcb2694f59
treee7d18c5b382ae6c804c4ff0fc2f930dea7d0dbd4
parent1d76d3f56efbaf6152ce5a6795fd0b2a3d0d92dd
yacc tests: fix bug in 'yacc-cxx.test'

* tests/yacc-cxx.test: Enable `errexit' shell flag (the lack of
which was masking the bug).
(bar.cxx): Rename to ...
(bar2.cxx): ... this, otherwise automake will (correctly) complain
that object `bar.o' is created by both `bar.cxx' and `bar.c++'.
(Makefile.am): Adjust.
ChangeLog
tests/yacc-cxx.test