mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
Makefile: fix update-mocks
Broken by 9e5b9a31c9
: it needs $MAKE set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
581694fdda
commit
928e3964f2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -451,7 +451,7 @@ clean: wire-clean
|
||||||
find . -name '*.nccout' -delete
|
find . -name '*.nccout' -delete
|
||||||
|
|
||||||
update-mocks/%: %
|
update-mocks/%: %
|
||||||
@tools/update-mocks.sh "$*"
|
@MAKE=$(MAKE) tools/update-mocks.sh "$*"
|
||||||
|
|
||||||
unittest/%: %
|
unittest/%: %
|
||||||
$(VG) $(VG_TEST_ARGS) $* > /dev/null
|
$(VG) $(VG_TEST_ARGS) $* > /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue