summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-07 22:12:37 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-07 22:12:37 +0000
commit75e82fd9cb36d964d80e6dec61656bc27ed2d710 (patch)
treee6108ff17a73f9ba692cfec41d4399362aff6e14 /dbm
parenta542f8df898fbf7fbe4849008ccf11393925a03c (diff)
downloadapr-75e82fd9cb36d964d80e6dec61656bc27ed2d710.tar.gz
Fixed include paths in NetWare dbm makefiles.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1078977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbm')
-rw-r--r--dbm/NWGNUdbmdb3
-rw-r--r--dbm/NWGNUdbmgdbm3
2 files changed, 2 insertions, 4 deletions
diff --git a/dbm/NWGNUdbmdb b/dbm/NWGNUdbmdb
index 06615403f..fdce7b4f0 100644
--- a/dbm/NWGNUdbmdb
+++ b/dbm/NWGNUdbmdb
@@ -36,8 +36,7 @@ DB_NLM = libdb47
XINCDIRS += \
$(APR)/include/arch/netware \
$(APR)/include \
- $(APRUTIL)/include \
- $(APRUTIL)/include/private \
+ $(APR)/include/private \
$(APR) \
$(DB_INC) \
$(EOLIST)
diff --git a/dbm/NWGNUdbmgdbm b/dbm/NWGNUdbmgdbm
index 25c071d8a..3ab1c815c 100644
--- a/dbm/NWGNUdbmgdbm
+++ b/dbm/NWGNUdbmgdbm
@@ -36,8 +36,7 @@ GDBM_NLM = libgdbm
XINCDIRS += \
$(APR)/include/arch/netware \
$(APR)/include \
- $(APRUTIL)/include \
- $(APRUTIL)/include/private \
+ $(APR)/include/private \
$(APR) \
$(GDBM_INC) \
$(EOLIST)