summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-02 19:58:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-02 19:58:36 -0400
commit104bb013baa4294fac07fdc4b8340f45992b25bc (patch)
treeb4f1bee8337a1daa8884f6be7efeb2f217de40a1
parent974b44eb875dfd435c23aec79936dd3fd2f5d1f0 (diff)
Remove unnecessary build subdirs in toplevel
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec226d5b..37095e69 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,7 @@ $(MWASMARM): patch_mwasmarm
patch_mwasmarm: tools/mwasmarm_patcher
$(MWASMARM_PATCHER) $(MWASMARM)
-ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS))
+ALL_DIRS := $(BUILD_DIR)
ifeq (,$(NODEP))
$(BUILD_DIR)/%.o: dep = $(shell $(SCANINC) -I include -I include-mw -I arm9/lib/include $(filter $*.c,$(C_FILES)) $(filter $*.cpp,$(CXX_FILES)) $(filter $*.s,$(S_FILES)))