Fixed module @test deps.

This commit is contained in:
Willem Cazander 2024-07-17 23:17:34 +02:00
parent a0141d962c
commit 646c92f46b

View file

@ -2,7 +2,7 @@
define __mb-flow-assert-grep-binary-x define __mb-flow-assert-grep-binary-x
.RECIPEPREFIX := $(MB_@RECIPE) .RECIPEPREFIX := $(MB_@RECIPE)
$(1)/@@$(5)-deps:: $(1)/@assert/$(5)/$(2) $(1)/@$(5)-deps:: $(1)/@assert/$(5)/$(2)
$(1)/@assert/$(5)/$(2): $(1)/@build $(1)/@assert/$(5)/$(2): $(1)/@build
$(MB_@RECIPE)grep -q -U $(4) $(1)/$(3) $(MB_@RECIPE)grep -q -U $(4) $(1)/$(3)