diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/templates/depfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/templates/depfile/Makefile b/share/spack/templates/depfile/Makefile index a50304a8be..dde42cf7d5 100644 --- a/share/spack/templates/depfile/Makefile +++ b/share/spack/templates/depfile/Makefile @@ -1,4 +1,4 @@ -SPACK ?= spack +SPACK ?= spack -c config:install_status:false SPACK_INSTALL_FLAGS ?= # This variable can be used to add post install hooks |