Fix LDAP C SDK parallel build issues by switching the builds to run in a single pass (bug 133521); should fix issues with files getting repeatedly built as well. Patch from Chris Seawood <seawood@netscape.com>, r=dmose, sr=(build changes only), a=asa, adt=putterman

This commit is contained in:
dmose%netscape.com 2002-04-05 03:51:32 +00:00
parent 0627cb302d
commit 79e6c82f61

View File

@ -330,8 +330,7 @@ endif
ldap: ldap:
ifdef MOZ_LDAP_XPCOM ifdef MOZ_LDAP_XPCOM
$(MAKE) -C directory/c-sdk export $(MAKE) -C directory/c-sdk
$(MAKE) -C directory/c-sdk install
endif endif
freetype: freetype: