From: Stefano Lattarini Date: Tue, 12 Jun 2012 13:39:19 +0000 (+0200) Subject: [ng]: tests: don't check whether $MAKE is GNU make -- of course it is X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1b44fb15fdd24ac9b8f0ca2f646fbf3e4d126c;p=thirdparty%2Fautomake.git [ng]: tests: don't check whether $MAKE is GNU make -- of course it is Revealed by "make maintcheck". * t/subobj-clean-pr10697.sh: Don't call 'using_gmake' to determine whether $MAKE is GNU make, and just assume GNU make semantics for automatic Makefile rebuilding. * t/subobj-clean-lt-pr10697.sh: Likewise. Signed-off-by: Stefano Lattarini --- diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh index cfebc998d..bbf14255c 100755 --- a/t/subobj-clean-lt-pr10697.sh +++ b/t/subobj-clean-lt-pr10697.sh @@ -145,7 +145,6 @@ mv -f t main.c sed -e '/sub1\/a\.c/d' -e 's|sub2/d\.c|sub2/x.c|' Makefile.am > t mv -f t Makefile.am -using_gmake || $MAKE Makefile $MAKE test -f sub2/x.$OBJEXT diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh index 69abc107b..d9aa51786 100755 --- a/t/subobj-clean-pr10697.sh +++ b/t/subobj-clean-pr10697.sh @@ -140,7 +140,6 @@ mv -f t main.c sed -e '/sub1\/a\.c/d' -e 's|sub2/d\.c|sub2/x.c|' Makefile.am > t mv -f t Makefile.am -using_gmake || $MAKE Makefile $MAKE test -f sub2/x.$OBJEXT