diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2005-01-28 21:57:05 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2005-01-28 21:57:05 +0000 |
| commit | 0b00cd4edc87f82fddde3a089d16f2e416305209 (patch) | |
| tree | f47e944cfa83dcd946fad259f2f37e1499785ac3 /lib/base | |
| parent | b323e287076458e646831a3b5cec0262ac60c5fd (diff) | |
| download | ds-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 'lib/base')
| -rw-r--r-- | lib/base/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/base/Makefile b/lib/base/Makefile index f58195d3..d646be03 100644 --- a/lib/base/Makefile +++ b/lib/base/Makefile @@ -10,10 +10,10 @@ # provided here. -MCOM_ROOT=../../.. +BUILD_ROOT=../.. MODULE=LibBase -include ../../nsdefs.mk +include $(BUILD_ROOT)/nsdefs.mk OBJDEST=$(OBJDIR)/lib/base @@ -26,7 +26,7 @@ else LIBS=$(OBJDIR)/lib/libbase.a endif -include ../../nsconfig.mk +include $(BUILD_ROOT)/nsconfig.mk MCC_INCLUDE += $(ADMINUTIL_INCLUDE) @@ -84,11 +84,11 @@ OBJS = $(addprefix $(OBJDEST)/, \ $(OSOBJS) \ ) -MODULE_CFLAGS=-I$(NSROOT)/include/base +MODULE_CFLAGS=-I$(BUILD_ROOT)/include/base ifeq ($(PRODUCT),"Netscape Catalog Server") ifeq ($(ARCH), WINNT) -MCC_INCLUDE := $(subst -I$(MCOM_ROOT)/lib/libnet,,$(MCC_INCLUDE)) +MCC_INCLUDE := $(subst -I$(BUILD_ROOT)/lib/libnet,,$(MCC_INCLUDE)) endif endif |
