From 649e2d3e2823d1aa276a6dc0edd8456a5536347d Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 25 Oct 2022 21:48:24 +0200 Subject: depfile: resurrect lost touch (#33504) --- share/spack/templates/depfile/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/spack/templates/depfile/Makefile b/share/spack/templates/depfile/Makefile index 5078f0016f..dc0aeb79ea 100644 --- a/share/spack/templates/depfile/Makefile +++ b/share/spack/templates/depfile/Makefile @@ -18,6 +18,9 @@ SPACK ?= spack {{ jobserver_support }}$(SPACK) -e '{{ environment }}' install $(SPACK_BUILDCACHE_FLAG) $(SPACK_INSTALL_FLAGS) --only-concrete --only=package --no-add /$(notdir $@) # $(SPEC) @touch $@ +{{ install_deps_target }}/%: | {{ dirs_target }} + @touch $@ + # Set a human-readable SPEC variable for each target that has a hash {% for (parent, name, build_cache, _) in adjacency_list -%} {{ any_hash_target }}/{{ parent }}: SPEC = {{ name }} -- cgit v1.2.3-60-g2f50