From 8488df8795458f2a9ab038cfceef6ed76f0b57dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 14 May 2022 01:21:37 +0200 Subject: [PATCH] :wrench: Improve git recursive warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62047ffe..8d979e21 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GWION_PACKAGE=gwion -ifeq (,$(wildcard util/config.mk.orig)) +ifeq (,$(wildcard util/Makefile)) $(warning "missing git submodules, please run:") $(error "git submodules update --init --recursive") endif -- 2.43.0