summaryrefslogtreecommitdiffstats
path: root/include/base
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/base
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/base')
-rw-r--r--include/base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/base/Makefile b/include/base/Makefile
index 9f2f6a35..01044386 100644
--- a/include/base/Makefile
+++ b/include/base/Makefile
@@ -7,10 +7,10 @@
#
# Makefile for netsite.h
-MCOM_ROOT = ../../..
+BUILD_ROOT = ../..
MODULE=netsiteIncludeBase
-include ../../nsdefs.mk
+include $(BUILD_ROOT)/nsdefs.mk
HDRDEST=$(OBJDIR)/include/base
@@ -34,7 +34,7 @@ $(HDRDEST):
strip:
depend:
-include ../../nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
$(HDRDEST)/%.h: %.h
cat $(PREFIX) $< > $(HDRDEST)/$*.h