Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=Callek

This commit is contained in:
Neil Rashbrook 2010-07-27 12:49:47 +01:00
Родитель c165b97b47
Коммит 687af75a01
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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