Skip to content
Snippets Groups Projects
Commit 1bf8c780 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use make-target-prefix

parent 33baa876
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !540. Comments created here will be created in the context of that merge request.
......@@ -30,7 +30,7 @@ $(SPACK_ENV)/spack.lock: $(SPACK_ENV)/spack.yaml Makefile
$(SPACK) concretize --force --fresh
$(SPACK_ENV)/spack.mk: $(SPACK_ENV)/spack.lock Makefile
$(SPACK) env depfile --output $@ --make-prefix $(SPACK_ENV)
$(SPACK) env depfile --output $@ --make-target-prefix $(SPACK_ENV)
clean:
rm -rf $(SPACK_ENV)/spack.lock $(SPACK_ENV)/spack.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment