mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-15 03:54:19 +01:00
Makefile: fix submodule.
Christian noted that missing daemon/jsmn/jsmn.h didn't trigger the git submodule weirdness. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -71,7 +71,7 @@ check-daemon-makefile:
|
||||
@if [ "`echo daemon/*.h`" != "$(DAEMON_HEADERS)" ]; then echo DAEMON_HEADERS incorrect; exit 1; fi
|
||||
|
||||
# Git submodules are seriously broken.
|
||||
daemon/jsmn/jsmn.c:
|
||||
daemon/jsmn/jsmn.c daemon/jsmn/jsmn.h:
|
||||
git submodule update daemon/jsmn/
|
||||
[ -f $@ ] || git submodule update --init daemon/jsmn/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user