tests: do not clobber the $CC set by AM_PROG_CC_C_O
authorPeter Rosin <peda@lysator.liu.se>
Tue, 6 Mar 2012 13:19:10 +0000 (14:19 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 6 Mar 2012 13:19:10 +0000 (14:19 +0100)
commitdbeb8d2ff3a11f96358819c282f5444cceb3db24
tree789037eadc33a59994854211f61c4adc2c773279
parent6f4b08da92043093e29deddfec005900d496ff98
tests: do not clobber the $CC set by AM_PROG_CC_C_O

If $CC is originally a losing compiler, AM_PROG_CC_C_O will
modify $CC.  "$MAKE -e" will then clobber this modified $CC
and reintroduce the raw losing compiler causing the test
to fail, as subdir-objects is in effect.

* tests/yacc-dist-nobuild-subdir.test: Drop -e from the $MAKE
invocations.  This is safe since DISTCHECK_CONFIGURE_FLAGS is not
specified in the Makefile and since the YACC override is carried
over from the configure invocation into the Makefile making it
redundant to specifiy it again in the environment for $MAKE.
tests/yacc-dist-nobuild-subdir.test