mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
freebsd make fix
This commit is contained in:
parent
e4fcd943db
commit
fec099666c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue