]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng]: tests: don't check whether $MAKE is GNU make -- of course it is
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 12 Jun 2012 13:39:19 +0000 (15:39 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 12 Jun 2012 13:39:19 +0000 (15:39 +0200)
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 <stefano.lattarini@gmail.com>
t/subobj-clean-lt-pr10697.sh
t/subobj-clean-pr10697.sh

index cfebc998d0e68f2bc26edbb97e822d6d011a0a5c..bbf14255c6393b317c619588b76f8d0de7e180fb 100755 (executable)
@@ -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
 
index 69abc107bae1759a178f25e4ebf0cf50279a250e..d9aa51786f21b5cb0fee0fb654eb9ea99acda2cc 100755 (executable)
@@ -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