summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-09 17:26:27 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-09 17:26:27 +0000
commit64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b (patch)
tree24775522e908eda247b807966944b00a4f67b431 /modules/NWGNUmakefile
parent10ad24bb7e6b9bd86d8cde50061698f33365d2f0 (diff)
downloadhttpd-64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b.tar.gz
NetWare build overhaul in order to compile on Linux.
Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 0778884df1..fa4da789c2 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -72,7 +72,7 @@ SUBDIRS += test \
endif
#If the mod_edir directory exists then build the mod_edir module
-ifeq "$(wildcard $(AP_WORK)/modules/mod_edir)" "$(AP_WORK)/modules/mod_edir"
+ifeq "$(wildcard $(STDMOD)/mod_edir)" "$(STDMOD)/mod_edir"
SUBDIRS += mod_edir \
$(EOLIST)
endif