diff --git a/config/rules.mk b/config/rules.mk index dd4b904810..26d3b5aa53 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -453,7 +453,7 @@ UPDATE_TITLE = sed -e "s!Y!$(1) in $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$ endif define SUBMAKE # $(call SUBMAKE,target,directory) -@$(UPDATE_TITLE) ++@$(UPDATE_TITLE) +@$(MAKE) $(if $(2),-C $(2)) $(1) endef # The extra line is important here! don't delete it