Commit 30fd3c6d authored by bsmedberg%covad.net's avatar bsmedberg%covad.net
Browse files

Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only...

Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor
parent 72a6f3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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