From d5d0b5409e890550318da3d12665e01068d6ad15 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Tue, 18 Jun 2024 18:31:38 -0400 Subject: [PATCH] Makefile: Fixup DUMMY shell assignment for macOS make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c97de5e..f177c96 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ifeq ($(OS),Windows_NT) TEST_FILE := $(DIST_DIR)/run-test.exe endif -DUMMY != mkdir -p $(ALL_DIRS) build/test build/test/gl33core build/test/gl20 src/decomp/mario $(DIST_DIR)/include +DUMMY := $(shell mkdir -p $(ALL_DIRS) build/test build/test/gl33core build/test/gl20 src/decomp/mario $(DIST_DIR)/include) $(filter-out src/decomp/mario/geo.inc.c,$(IMPORTED)): src/decomp/mario/geo.inc.c