summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index 754d5ad311..bc7506db5c 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -80,6 +80,7 @@ else
.mason: ;
endif
+.NOTPARALLEL: $(PLATFORM_CONFIG_OUTPUT)
$(PLATFORM_CONFIG_OUTPUT): .mason configure $(PLATFORM_CONFIG_INPUT)
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Running configure...$(FORMAT_END)\n"
$(ENV) ./configure $(PLATFORM_CONFIG_INPUT) $(PLATFORM_CONFIG_OUTPUT)