]> git.sur5r.net Git - openldap/commitdiff
Fix dependency typo from 1.99
authorHoward Chu <hyc@openldap.org>
Fri, 3 May 2002 14:42:14 +0000 (14:42 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 3 May 2002 14:42:14 +0000 (14:42 +0000)
servers/slapd/Makefile.in

index 936ee9d1062fa091f1ce7984d854f27953872867..a0c41fbf27ef2108595e21dc377f1bafdaac8454 100644 (file)
@@ -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)