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 <[email protected]>
---
 t/subobj-clean-lt-pr10697.sh |    1 -
 t/subobj-clean-pr10697.sh    |    1 -
 2 files changed, 2 deletions(-)

diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh
index cfebc99..bbf1425 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 69abc10..d9aa517 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
 
-- 
1.7.9.5


Reply via email to