From 56ba0451e4f82bdbccd84a981bc2bf656ddaffc5 Mon Sep 17 00:00:00 2001 From: "sar%netscape.com" Date: Thu, 25 Feb 1999 00:01:13 +0000 Subject: [PATCH] make pull_and_build_all mean all, not just seamonkey git-svn-id: svn://10.0.0.236/trunk@21803 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/client.mak b/mozilla/client.mak index 8b2e31c2f84..4165e7eca39 100644 --- a/mozilla/client.mak +++ b/mozilla/client.mak @@ -67,7 +67,7 @@ CVSCO_NETWORK = $(CVSCO) ## Rules for pulling the source from the cvs repository ############################################################ -pull_and_build_all: pull_seamonkey build_seamonkey +pull_and_build_all: pull_all build_all pull_all: pull_seamonkey