From a6658276bdb7cf2fd15eb29a804da04e3da139a8 Mon Sep 17 00:00:00 2001 From: edoapra Date: Sun, 4 Dec 2022 14:29:52 -0800 Subject: [PATCH] fix for V=1 --- src/tools/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/GNUmakefile b/src/tools/GNUmakefile index fbc0826c64..3536d01f09 100644 --- a/src/tools/GNUmakefile +++ b/src/tools/GNUmakefile @@ -676,7 +676,7 @@ ifeq ($(FC),$(findstring $(FC),scorep scorep-wrapper scorep-gfortran scorep-mpif #fix for configure or cmake MAYBE_HOST += SCOREP_WRAPPER=OFF endif -ifeq ($(V),$(findstring $(V),-1 0)) +ifneq ($(V),1) MAYBE_HOST += -q --enable-silent-rules MAKE= make V=0 endif