summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NWGNUmakefile3
-rw-r--r--build/NWGNUenvironment.inc2
-rw-r--r--modules/cache/NWGNUdsk_cach4
-rw-r--r--modules/cache/NWGNUmod_cach4
-rw-r--r--modules/cache/NWGNUsocachdbm4
-rw-r--r--modules/cache/NWGNUsocachshmcb4
-rw-r--r--modules/dav/fs/NWGNUmakefile4
-rw-r--r--modules/dav/lock/NWGNUmakefile4
-rw-r--r--modules/dav/main/NWGNUmakefile4
9 files changed, 9 insertions, 24 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index e8f5eed93a..523f85a0b9 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -71,8 +71,7 @@ XINCDIRS += \
$(AP_WORK)/modules/mappers/ \
$(AP_WORK)/modules/proxy/ \
$(AP_WORK)/modules/ssl/ \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
+ $(AP_WORK)/server/mpm/netware \
$(PCRE) \
$(NWOS) \
$(EOLIST)
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 880e63719c..67d15a760a 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -334,7 +334,7 @@ PCRE = $(PCRESRC)
APRTEST = $(APR_WORK)/test
HTTPD = $(AP_WORK)/modules/http
XML = $(APU_WORK)/xml
-PREBUILD_INST = $(AP_WORK)\nwprebuild
+PREBUILD_INST = $(AP_WORK)/nwprebuild
#
# Internal Libraries
diff --git a/modules/cache/NWGNUdsk_cach b/modules/cache/NWGNUdsk_cach
index f5861c918c..ce5bb7b92d 100644
--- a/modules/cache/NWGNUdsk_cach
+++ b/modules/cache/NWGNUdsk_cach
@@ -26,9 +26,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(NWOS) \
$(EOLIST)
diff --git a/modules/cache/NWGNUmod_cach b/modules/cache/NWGNUmod_cach
index eb6889f050..e9569500ce 100644
--- a/modules/cache/NWGNUmod_cach
+++ b/modules/cache/NWGNUmod_cach
@@ -26,9 +26,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(NWOS) \
$(EOLIST)
diff --git a/modules/cache/NWGNUsocachdbm b/modules/cache/NWGNUsocachdbm
index c617128832..c43143289e 100644
--- a/modules/cache/NWGNUsocachdbm
+++ b/modules/cache/NWGNUsocachdbm
@@ -26,9 +26,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(NWOS) \
$(EOLIST)
diff --git a/modules/cache/NWGNUsocachshmcb b/modules/cache/NWGNUsocachshmcb
index 9c623096e7..fa1e14c717 100644
--- a/modules/cache/NWGNUsocachshmcb
+++ b/modules/cache/NWGNUsocachshmcb
@@ -26,9 +26,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(NWOS) \
$(EOLIST)
diff --git a/modules/dav/fs/NWGNUmakefile b/modules/dav/fs/NWGNUmakefile
index d61fad1f9c..69bb334e71 100644
--- a/modules/dav/fs/NWGNUmakefile
+++ b/modules/dav/fs/NWGNUmakefile
@@ -27,9 +27,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(AP_WORK)/modules/dav/main \
$(AP_WORK)/modules/arch/netware \
$(NWOS) \
diff --git a/modules/dav/lock/NWGNUmakefile b/modules/dav/lock/NWGNUmakefile
index 750465744d..59393b8a9d 100644
--- a/modules/dav/lock/NWGNUmakefile
+++ b/modules/dav/lock/NWGNUmakefile
@@ -27,9 +27,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(AP_WORK)/modules/dav/main \
$(NWOS) \
$(EOLIST)
diff --git a/modules/dav/main/NWGNUmakefile b/modules/dav/main/NWGNUmakefile
index ba2cf5aa59..3451b75886 100644
--- a/modules/dav/main/NWGNUmakefile
+++ b/modules/dav/main/NWGNUmakefile
@@ -26,9 +26,7 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/os/NetWare \
- $(AP_WORK)/server/mpm/NetWare \
- $(AP_WORK)/srclib/pcre \
+ $(AP_WORK)/server/mpm/netware \
$(NWOS) \
$(EOLIST)