With the new tier system for the toplevel makefile, there's no need to build each stage individually from client.mk.

This commit is contained in:
seawood%netscape.com 2001-11-17 03:56:53 +00:00
Родитель f1af5d1dda
Коммит 7c519c748e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -588,7 +588,7 @@ depend:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
# Build it
build:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
$(MOZ_MAKE) export && $(MOZ_MAKE) install
$(MOZ_MAKE)
####################################
# Other targets