diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 15:21:59 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 15:21:59 -0500 |
commit | 7af4107235e6c178d5740782fe510d2df1c825b1 (patch) | |
tree | d548d9c443140e77e4e158171055d08ffb77e30b /arm7/Makefile | |
parent | 94edcc1b5496a41478e10bd6aa4ff84f5c2ee5aa (diff) |
Fix Makefile issues with OSX 11.6
Diffstat (limited to 'arm7/Makefile')
-rw-r--r-- | arm7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index 67a07f26..9b660322 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -107,7 +107,7 @@ GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx SCANINC = $(TOOLS_DIR)/scaninc/scaninc$(EXE) MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q -TOOLDIRS = $(filter-out $(TOOLS_DIR)/asm_processor $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS_DIR)/*)) +TOOLDIRS = $(dir $(wildcard $(TOOLS_DIR)/*/Makefile)) TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) TOOLS = $(foreach tool,$(TOOLBASE),$(TOOLS_DIR)/$(tool)/$(tool)$(EXE)) |