From 687af75a016c48bc787ac025499839ad2b3a94df Mon Sep 17 00:00:00 2001 From: Neil Rashbrook Date: Tue, 27 Jul 2010 12:49:47 +0100 Subject: [PATCH] Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=Callek --- config/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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