Sigh. I keep forgetting about this bug. Call export & install separately to build ldap otherwise it may die on some -j builds.

This commit is contained in:
seawood%netscape.com 2002-01-25 23:46:34 +00:00
Родитель 55367d22bf
Коммит 089a7b1eef
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -308,7 +308,8 @@ endif
ldap:
ifdef MOZ_LDAP_XPCOM
$(MAKE) -C directory/c-sdk/ldap
$(MAKE) -C directory/c-sdk/ldap export
$(MAKE) -C directory/c-sdk/ldap install
endif
# For modules.mk standalone build