From 7c519c748edc5a19d34060a284251edcb7865125 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" <seawood%netscape.com> Date: Sat, 17 Nov 2001 03:56:53 +0000 Subject: [PATCH] With the new tier system for the toplevel makefile, there's no need to build each stage individually from client.mk. --- client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.mk b/client.mk index f096886cd23b8..e8136173ee2ee 100644 --- a/client.mk +++ b/client.mk @@ -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 -- GitLab