From 9f8880737f6b70c144982765a248b47337364237 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Wed, 29 Sep 2021 20:24:27 -0400 Subject: [PATCH] Dummy check for the ido folder fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d3ade67..64e58e52 100755 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ endif RECOMP_PROJECT := ./tools/ido-static-recomp/ -DUMMY != ls $(RECOMP_PROJECT) >/dev/null || echo FAIL +DUMMY != ls $(RECOMP_PROJECT)ido >/dev/null || echo FAIL ifeq ($(DUMMY),FAIL) $(error Missing submodule ido-static-recomp. Please run 'git submodule update --init') endif