If it is the first checkout, don't call build again (ends up in a recursive loop). Bug #59934

This commit is contained in:
cls%seawood.org 2000-12-06 08:10:52 +00:00
Родитель 3098c72b65
Коммит f2724d94f1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -322,7 +322,7 @@ webconfig:
ifdef _IS_FIRST_CHECKOUT
# First time, do build target in a new process to pick up new files.
build::
$(MAKE) -f $(TOPSRCDIR)/client.mk build
$(MAKE) -f $(TOPSRCDIR)/client.mk
else
#####################################################