diff --git a/src/tools/GNUmakefile b/src/tools/GNUmakefile index b26ad72465..e02e0ce4ec 100644 --- a/src/tools/GNUmakefile +++ b/src/tools/GNUmakefile @@ -678,7 +678,9 @@ ifeq ($(FC),$(findstring $(FC),scorep scorep-wrapper scorep-gfortran scorep-mpif endif ifneq ($(V),1) MAYBE_HOST += -q --enable-silent-rules - MAKE= make V=0 + ifneq ($(GOTFREEBSD),1) + MAKE= make V=0 + endif endif BUILDDIR = build INSTALLDIR = install