In the Automake-NG testsuite, $MAKE is always GNU make.
* t/remake-config-status-dependencies.sh: Don't call
'using_gmake'; assume it would unconditionally return true.
* t/remake-configure-dependencies.sh: Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
$sleep
echo EXTRA_VERSION=2.1 > version.sh
-using_gmake || $MAKE Makefile
$MAKE test-2
$MAKE distclean
$MAKE test-2
$sleep
echo EXTRA_VERSION=3.14 > ../version.sh
-using_gmake || $MAKE Makefile
$MAKE test-3
# Contents of $(CONFIG_STATUS_DEPENDENCIES) are *not* to be
$MAKE test-1
(echo '#!/bin/sh' && echo 'printf %s 2.1') > print-version
-using_gmake || $MAKE Makefile
$MAKE test-2
$MAKE distclean
../configure
$MAKE test-2
(echo '#!/bin/sh' && echo 'printf %s 3.14') > ../print-version
-using_gmake || $MAKE Makefile
$MAKE test-3
# Check that $(CONFIGURE_DEPENDENCIES) are automatically distributed.