summaryrefslogtreecommitdiffstats
path: root/ldap/docs
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-01-28 21:57:05 +0000
committerRich Megginson <rmeggins@redhat.com>2005-01-28 21:57:05 +0000
commit0b00cd4edc87f82fddde3a089d16f2e416305209 (patch)
treef47e944cfa83dcd946fad259f2f37e1499785ac3 /ldap/docs
parentb323e287076458e646831a3b5cec0262ac60c5fd (diff)
downloadds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.gz
ds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.xz
ds-0b00cd4edc87f82fddde3a089d16f2e416305209.zip
remove references to ldapserver from makefiles; use BUILD_ROOT instead of MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent
Diffstat (limited to 'ldap/docs')
-rw-r--r--ldap/docs/dirhlp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/docs/dirhlp/Makefile b/ldap/docs/dirhlp/Makefile
index 4d478ce9..87a2281a 100644
--- a/ldap/docs/dirhlp/Makefile
+++ b/ldap/docs/dirhlp/Makefile
@@ -9,13 +9,13 @@
# GNU Makefile for Directory Server Console Help
#
-MCOM_ROOT = ../../../..
+BUILD_ROOT = ../../..
LDAP_SRC = ../..
MODULE=httpdAdminHTML
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
-include $(MCOM_ROOT)/ldapserver/nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
HTMLDEST=$(OBJDIR)/manual/slapd