]> git.sur5r.net Git - openldap/commitdiff
Fix typo. RUNDIR wasn't being defaulted.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 9 Sep 1998 01:32:04 +0000 (01:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 9 Sep 1998 01:32:04 +0000 (01:32 +0000)
Make-common.gmake

index a2195652bada6f5c6e24efc77ccf408404e0899f..93ab67ce72458077a1e1bcaac3a676b5472fcff0 100644 (file)
@@ -78,7 +78,7 @@ endif
 ifndef LDAP_LIBEXECDIR
 LDAP_LIBEXECDIR= $(LDAP_INSTROOT)/libexec
 endif
-ifndef LDAP_ETCDIR
+ifndef LDAP_RUNDIR
 LDAP_RUNDIR= $(LDAP_ETCDIR)
 endif