From 3707d106d6765d96f557f221fcd83f5fc1582980 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 9 Sep 1998 01:32:04 +0000 Subject: [PATCH] Fix typo. RUNDIR wasn't being defaulted. --- Make-common.gmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5