Followup, bug 350211 - xpcom and js are separate tiers now, not a single "core" tier

This commit is contained in:
benjamin%smedbergs.us 2006-08-29 18:02:16 +00:00
Родитель 47cbf31096
Коммит 3acb665f1e
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -90,9 +90,10 @@ endif
include $(topsrcdir)/config/rules.mk
# After we build tier toolki, go back and build the tools from previous dirs
# After we build tier toolkit, go back and build the tools from previous dirs
tier_toolkit::
$(MAKE) tools_tier_core
$(MAKE) tools_tier_js
$(MAKE) tools_tier_xpcom
$(MAKE) tools_tier_gecko
$(MAKE) tools_tier_toolkit