Fix for LDAP tags. Thanks to wtc for the patch. Bug 55007 r=dmose

git-svn-id: svn://10.0.0.236/trunk@81386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-10-18 19:45:37 +00:00
parent d9eac1c53a
commit 1f12fb3613

View File

@@ -35,7 +35,7 @@ MOZ_TOP=mozilla
#MOZ_BRANCH=SeaMonkey_M17_BRANCH
#NSPR_CO_TAG=SeaMonkey_M17_BRANCH
#PSM_CO_TAG=SeaMonkey_M17_BRANCH
#LDAP_SDK_CO_TAG=SeaMonkey_M17_BRANCH
#LDAPCSDK_CO_TAG=SeaMonkey_M17_BRANCH
!if "$(MOZ_BRANCH)" != ""
CVS_BRANCH=-r $(MOZ_BRANCH)
@@ -135,7 +135,7 @@ CVSCO_PSM = cvs -q $(CVS_FLAGS) co $(PSM_CO_FLAGS) -P
#//------------------------------------------------------------------------
!if "$(LDAPCSDK_CO_TAG)" != ""
LDAPCSDK_CO_FLAGS=-r $(LDAPSDK_CO_TAG)
LDAPCSDK_CO_FLAGS=-r $(LDAPCSDK_CO_TAG)
!else
LDAPCSDK_CO_FLAGS=-r LDAPCSDK_40_BRANCH
!endif