summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/html/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/clients/dsgw/html/manual/Makefile')
-rw-r--r--ldap/clients/dsgw/html/manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/clients/dsgw/html/manual/Makefile b/ldap/clients/dsgw/html/manual/Makefile
index c8fb1a05..accb957a 100644
--- a/ldap/clients/dsgw/html/manual/Makefile
+++ b/ldap/clients/dsgw/html/manual/Makefile
@@ -9,13 +9,13 @@
#
LDAP_SRC = ../../../..
-MCOM_ROOT = ../../../../../..
+BUILD_ROOT = ../../../../..
NOSTDSTRIP=true # don't let nsconfig.mak define target strip
NOSTDCLEAN=true # don't let nsconfig.mak define target clean
NOSTDDEPEND=true # don't let nsconfig.mak define target depend
-include $(MCOM_ROOT)/ldapserver/nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
include ../../dsgw_include.mk