]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: don't explicitly check whether $MAKE is GNU make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 11:25:44 +0000 (13:25 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 11:28:02 +0000 (13:28 +0200)
* t/autohdr-subdir-pr12495.sh : Here.  Issue revealed by the
maintainer check 'sc_tests_no_gmake_checking'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/autohdr-subdir-pr12495.sh

index 77d2522bcc05eacb4c20a23e7bcb48495d6323b9..fd5a2045b68065e5a632ebfae90319c9c12b8f08 100755 (executable)
@@ -70,9 +70,7 @@ for x in b c; do
   $MAKE $x.h.in 2>stderr && { cat stderr >&2; exit 1; }
   cat stderr >&2
   test ! -f $x.h.in
-  if using_gmake; then
-    grep "No rule to make target [\`\"']$x\.h\.in[\`\"']" stderr
-  fi
+  grep "No rule to make target [\`\"']$x\.h\.in[\`\"']" stderr
   : > $x.h.in
   cd "$ocwd" || fatal_ "cannot chdir back"
 done