diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-09 18:26:27 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-09 18:26:27 +0100 |
commit | 64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b (patch) | |
tree | 24775522e908eda247b807966944b00a4f67b431 /modules/NWGNUmakefile | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b.tar.xz apache2-64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b.zip |
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/NWGNUmakefile | 2 |
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 |