From b820f5a0dd74f9ea2c73944a1d21334e40430c87 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 29 Jun 2016 06:48:20 +0930 Subject: [PATCH] Makefile: fix submodule. Christian noted that missing daemon/jsmn/jsmn.h didn't trigger the git submodule weirdness. Signed-off-by: Rusty Russell --- daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Makefile b/daemon/Makefile index e275768cb..5916a16d2 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -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/