summaryrefslogtreecommitdiff
path: root/dbd/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 18:30:34 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 18:30:34 +0000
commite5186a399d556c9fd91ef01ccfddeb471d75fe71 (patch)
tree23022db9da1e1da61ece0b5147e9c468d123e752 /dbd/NWGNUmakefile
parent867ff2e049c3e42fecc67f91944ba708670efd5e (diff)
downloadapr-e5186a399d556c9fd91ef01ccfddeb471d75fe71.tar.gz
more NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd/NWGNUmakefile')
-rw-r--r--dbd/NWGNUmakefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbd/NWGNUmakefile b/dbd/NWGNUmakefile
index fb4b9ad7d..0fe62ee0b 100644
--- a/dbd/NWGNUmakefile
+++ b/dbd/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
@@ -155,10 +155,8 @@ TARGET_nlm = \
$(EOLIST)
ifeq "$(APU_HAVE_MYSQL)" "1"
-ifeq "$(wildcard apr_dbd_mysql.c)" "apr_dbd_mysql.c"
TARGET_nlm += $(OBJDIR)/dbdmysql.nlm $(OBJDIR)/dbdmysql.nlm $(EOLIST)
endif
-endif
ifeq "$(APU_HAVE_PGSQL)" "1"
TARGET_nlm += $(OBJDIR)/dbdpgsql.nlm $(OBJDIR)/dbdpgsql.nlm $(EOLIST)
endif
@@ -257,6 +255,6 @@ install :: nlms $(INSTDIRS) FORCE
# in this makefile
#
-include $(APR_WORK)\build\NWGNUtail.inc
+include $(APR_WORK)/build/NWGNUtail.inc