]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
fix RUNDIR defaulting
authorKurt Zeilenga <kurt@openldap.org>
Wed, 9 Sep 1998 01:38:34 +0000 (01:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 9 Sep 1998 01:38:34 +0000 (01:38 +0000)
Make-common.gmake

index d5788176df1ac681170e297fa44ead1a9804d928..a29aded0292ca1f2a937dcbd94f2dbd01ce2e0dc 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