Skip to content

Commit eff1127

Browse files
remove duplicate target
1 parent 97716ec commit eff1127

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stackinator/templates/Makefile.compilers

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
2828

2929
{% endfor %}
3030

31-
# Configure the install location.
32-
{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
33-
$(SPACK) config --scope=user add config:install_tree:root:$(STORE)
34-
3531
# Configure the install location.
3632
{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
3733
$(SPACK) config --scope=user add config:install_tree:root:$(STORE)

0 commit comments

Comments
 (0)