summaryrefslogtreecommitdiff
path: root/t/remake-configure-dependencies.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 17:13:23 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 17:13:23 +0100
commitb51a4212710a4625a56211be9f4db36895a53469 (patch)
treea155d28c248af28e9e62f72bbdcabeaba00365e1 /t/remake-configure-dependencies.sh
parent3562982f0487333778731204ec07274d7d74d25e (diff)
downloadautomake-b51a4212710a4625a56211be9f4db36895a53469.tar.gz
tests: remove a couple of 'using_gmake' calls
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>
Diffstat (limited to 't/remake-configure-dependencies.sh')
-rwxr-xr-xt/remake-configure-dependencies.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/remake-configure-dependencies.sh b/t/remake-configure-dependencies.sh
index 2e5df88b1..c24a8ca63 100755
--- a/t/remake-configure-dependencies.sh
+++ b/t/remake-configure-dependencies.sh
@@ -62,7 +62,6 @@ $AUTOMAKE
$MAKE test-1
(echo '#!/bin/sh' && echo 'printf %s 2.1') > print-version
-using_gmake || $MAKE Makefile
$MAKE test-2
$MAKE distclean
@@ -71,7 +70,6 @@ cd build
../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.