Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor

This commit is contained in:
bsmedberg%covad.net 2004-11-24 20:44:41 +00:00
Родитель 36b5c39ba6
Коммит 8216691257
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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