aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mcp/patches/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/Makefile b/mcp/patches/Makefile
index dc87832b8..c5363891e 100644
--- a/mcp/patches/Makefile
+++ b/mcp/patches/Makefile
@@ -109,7 +109,7 @@ clean:
.PHONY: deepclean
deepclean: clean
- @git submodule deinit -f ${F_GIT_ROOT}
+ @cd ${F_GIT_ROOT} && git submodule deinit -f ${F_GIT_ROOT}
@rm -f .cache*
.PHONY: release