summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTobias Ribizel <mail@ribizel.de>2024-10-15 15:52:31 +0200
committerGitHub <noreply@github.com>2024-10-15 13:52:31 +0000
commit834ed2f1172a120b5d1008293b0d40df8c3459a8 (patch)
treebd02a40eca9668c05080199b199e3113856921a5 /share
parent73069045ae803db6da7a531262939657f2088d09 (diff)
downloadspack-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/Makefile2
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