From 3522fe142046629438f3aff0f61448d84f0af24b Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Tue, 29 Jan 2002 10:25:13 +0000 Subject: [PATCH] use 'alldep' instead of 'depend build' --- client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.mk b/client.mk index a641d87bd8e..741253e8b24 100644 --- a/client.mk +++ b/client.mk @@ -384,7 +384,7 @@ build_all: build build_all_dep: alldep build_all_depend: alldep clobber clobber_all: clean -pull_and_build_all: checkout depend build +pull_and_build_all: checkout alldep # Do everything from scratch everything: checkout clean build