diff options
author | Tobias Ribizel <mail@ribizel.de> | 2024-10-15 15:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 13:52:31 +0000 |
commit | 834ed2f1172a120b5d1008293b0d40df8c3459a8 (patch) | |
tree | bd02a40eca9668c05080199b199e3113856921a5 /share | |
parent | 73069045ae803db6da7a531262939657f2088d09 (diff) | |
download | spack-834ed2f1172a120b5d1008293b0d40df8c3459a8.tar.gz spack-834ed2f1172a120b5d1008293b0d40df8c3459a8.tar.bz2 spack-834ed2f1172a120b5d1008293b0d40df8c3459a8.tar.xz spack-834ed2f1172a120b5d1008293b0d40df8c3459a8.zip |
env depfile: generate Makefile with absolute script path (#46966)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
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 4b76475267..cd9df1491c 100644 --- a/share/spack/templates/depfile/Makefile +++ b/share/spack/templates/depfile/Makefile @@ -1,4 +1,4 @@ -SPACK ?= spack -c config:install_status:false +SPACK ?= {{ spack_script }} -c config:install_status:false SPACK_INSTALL_FLAGS ?= # This variable can be used to add post install hooks |