From a04dd8b297d0c949c22fc39ecc456ca43768185c Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:27:13 -0500 Subject: [PATCH] Fix remove old mod dir script in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a041f48..902f54e2 100644 --- a/Makefile +++ b/Makefile @@ -628,7 +628,7 @@ _ := $(shell rm -rf ./$(BUILD_DIR)/$(LANG_DIR)) MOD_DIR := mods # Remove old mod dir -_ := $(PYTHON) $(TOOLS_DIR)/remove_built_in_mods.py +_ := $(shell $(PYTHON) $(TOOLS_DIR)/remove_built_in_mods.py) # Automatic dependency files DEP_FILES := $(O_FILES:.o=.d) $(ULTRA_O_FILES:.o=.d) $(GODDARD_O_FILES:.o=.d) $(BUILD_DIR)/$(LD_SCRIPT).d