From 82166912578c538f0164a4d61dd7571167af7e48 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 24 Nov 2004 20:44:41 +0000 Subject: [PATCH] Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor --- client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.mk b/client.mk index b8522337038..ca510c0d8fe 100644 --- a/client.mk +++ b/client.mk @@ -412,7 +412,7 @@ endif # checkout last, because if you check it out first, there is a sticky # tag left over from checking out the LDAP SDK, which causes files in # the root directory to be missed. -MOZ_MODULE_LIST := $(sort $(filter-out SeaMonkeyAll,$(MOZ_MODULE_LIST))) $(filter SeaMonkeyAll,$(MOZ_MODULE_LIST)) +MOZ_MODULE_LIST := $(sort $(filter-out SeaMonkeyAll,$(MOZ_MODULE_LIST))) $(firstword $(filter SeaMonkeyAll,$(MOZ_MODULE_LIST))) MODULES_CO_FLAGS := -P ifdef MOZ_CO_FLAGS