Bug 893362 - Fix check-sync-dirs bustage.

This commit is contained in:
Ryan VanderMeulen 2013-07-16 09:47:16 -04:00
parent 61632cbb93
commit 280d212e0c

View File

@ -440,7 +440,7 @@ define SUBMAKE # $(call SUBMAKE,target,directory,static)
endef # The extra line is important here! don't delete it
define TIER_DIR_SUBMAKE
@echo "BUILDSTATUS TIERDIR_START $(2)"
@echo "BUILDSTATUS TIERDIR_START $(2)"
$(call SUBMAKE,$(1),$(2),$(3))
@echo "BUILDSTATUS TIERDIR_FINISH $(2)"