]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix Makefile for CMD
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 13 May 2022 18:49:29 +0000 (20:49 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 13 May 2022 18:49:29 +0000 (20:49 +0200)
Makefile

index cc45a093e66e7f89d75bd72ef01985adbcad53d4..7110f4557ecf2d8a2a9eebbed89014629c51e65f 100644 (file)
--- 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
@@ -69,10 +69,7 @@ CFLAGS += -Wno-pedantic
 
 CFLAGS += -DGWION_BUILTIN
 
-all: deps options-show ${PRG}
-
-deps:
-       [ "$(shell ls util | wc -l)" = "0" ] && git submodule update --init --recursive || true
+all: options-show ${PRG}
 
 ${PRG}: ${GWLIBS} src/main.o
        @$(info link ${PRG})