From d7722e1abe4f3aaee3bc35321c1f4f56ba4d1111 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 6 Jun 2019 12:59:12 +0200 Subject: [PATCH] buildsys: recursively init submodule and correct its path Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93301b1..570fdb9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ all: $(DEBS) .PHONY: submodule submodule: - test -f "${SRCDIR}/debian/changelog" || git submodule update --init + test -f "${SRCDIR}/configure" || git submodule update --init --recursive $(BUILDDIR): keycodemapdb | submodule rm -rf $(BUILDDIR) -- 2.39.2