fix for V=1

This commit is contained in:
edoapra 2022-12-04 14:29:52 -08:00
parent b39ec532f8
commit a6658276bd
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

View file

@ -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