Fixed module @test deps.
This commit is contained in:
parent
a0141d962c
commit
646c92f46b
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue