summaryrefslogtreecommitdiffstats
path: root/include/public/nsacl
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 /include/public/nsacl
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 'include/public/nsacl')
-rw-r--r--include/public/nsacl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/public/nsacl/Makefile b/include/public/nsacl/Makefile
index e55a0d9d..00e83fec 100644
--- a/include/public/nsacl/Makefile
+++ b/include/public/nsacl/Makefile
@@ -7,10 +7,10 @@
#
# Makefile for include/public/nsacl public header files
-MCOM_ROOT = ../../../..
+BUILD_ROOT = ../../..
MODULE=netsiteIncludeNsacl
-include ../../../nsdefs.mk
+include $(BUILD_ROOT)/nsdefs.mk
HDRDEST=$(OBJDIR)/include/nsacl
@@ -32,7 +32,7 @@ $(HDRDEST):
strip:
depend:
-include ../../../nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
$(HDRDEST)/%.h: %.h
cat $(PREFIX) $< > $(HDRDEST)/$*.h