From 9500eebfbe5b5fc58e59e78b537b6a713decc9d0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 26 Apr 2012 15:26:21 +0200 Subject: [PATCH] [ng] maintcheck: drop explicit GNU make requirement * t/vala-parallel.sh ($required): Drop "GNUmake". It was causing this test to be spuriously skipped. Signed-off-by: Stefano Lattarini --- t/vala-parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/vala-parallel.sh b/t/vala-parallel.sh index 8b6aff58a..d52209336 100755 --- a/t/vala-parallel.sh +++ b/t/vala-parallel.sh @@ -16,7 +16,7 @@ # Vala support with parallel make. -required='valac cc GNUmake' +required='valac cc' . ./defs || Exit 1 cat >> configure.ac <<'END' -- 2.47.2