diff --git a/client.mk b/client.mk index b4e7b83e29b..7b8dc79496b 100644 --- a/client.mk +++ b/client.mk @@ -405,7 +405,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 + $(MAKE) -f $(TOPSRCDIR)/client.mk build else #####################################################