mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix for V=1
This commit is contained in:
parent
b39ec532f8
commit
a6658276bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue