mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
Fix dependency typo from 1.99
This commit is contained in:
parent
640bc864fa
commit
203c410243
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ all-local-srv: all-cffiles
|
|||
NT_SLAPD_DEPENDS = slapd.exp
|
||||
NT_SLAPD_OBJECTS = slapd.exp symdummy.o $(OBJS) version.o
|
||||
|
||||
UNIX_SLAPD_DEPENDS = libbackends.a version.o $(SLAP_L)
|
||||
UNIX_SLAPD_DEPENDS = libbackends.a version.o $(SLAPD_L)
|
||||
UNIX_SLAPD_OBJECTS = $(OBJS) version.o
|
||||
|
||||
SLAPD_DEPENDS = $(@PLAT@_SLAPD_DEPENDS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue