summaryrefslogtreecommitdiff
path: root/buckets/NWGNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'buckets/NWGNUmakefile')
-rw-r--r--buckets/NWGNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/buckets/NWGNUmakefile b/buckets/NWGNUmakefile
index 6e1df8e20..0346f29a1 100644
--- a/buckets/NWGNUmakefile
+++ b/buckets/NWGNUmakefile
@@ -10,7 +10,7 @@ SUBDIRS = \
# paths to tools
#
-include $(APR_WORK)\build\NWGNUhead.inc
+include $(APR_WORK)/build/NWGNUhead.inc
#
# build this level's files
@@ -25,8 +25,8 @@ include $(APR_WORK)\build\NWGNUhead.inc
#
XINCDIRS += \
$(APR)/include \
- $(APR)/include/arch/NetWare \
$(APR)/include/private \
+ $(APR)/include/arch/NetWare \
$(EOLIST)
#
@@ -113,7 +113,7 @@ NLM_DESCRIPTION =
NLM_THREAD_NAME =
#
# If this is specified, it will override VERSION value in
-# $(APR_WORK)\build\NWGNUenvironment.inc
+# $(APR_WORK)/build/NWGNUenvironment.inc
#
NLM_VERSION =
@@ -244,7 +244,7 @@ nlms :: libs $(TARGET_nlm)
#
# Updated this target to create necessary directories and copy files to the
-# correct place. (See $(APR_WORK)\build\NWGNUhead.inc for examples)
+# correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
@@ -257,5 +257,5 @@ install :: nlms FORCE
# in this makefile
#
-include $(APR_WORK)\build\NWGNUtail.inc
+include $(APR_WORK)/build/NWGNUtail.inc