From: Kurt Zeilenga Date: Wed, 9 Sep 1998 01:32:04 +0000 (+0000) Subject: Fix typo. RUNDIR wasn't being defaulted. X-Git-Tag: PHP3_TOOL_0_0~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3707d106d6765d96f557f221fcd83f5fc1582980;p=openldap Fix typo. RUNDIR wasn't being defaulted. --- diff --git a/Make-common.gmake b/Make-common.gmake index a2195652ba..93ab67ce72 100644 --- a/Make-common.gmake +++ b/Make-common.gmake @@ -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