summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-11 22:30:52 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-11 22:30:52 +0000
commit86daecaa74c08b25c9d13d41a22ba97ce091d81e (patch)
tree0909626058c178f13cb5d99b2651ec90d9613367 /NWGNUmakefile
parent749adb3fee5116963f32fb5f16700a9f802ed764 (diff)
downloadhttpd-86daecaa74c08b25c9d13d41a22ba97ce091d81e.tar.gz
fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@793235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 54da928b74..018d7abfe0 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -16,7 +16,7 @@ $(error APR_WORK does not point to a valid APR source tree)
endif
ifndef APU_WORK
-ifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-uril"
+ifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-util"
export APU_WORK = $(AP_WORK)/srclib/apr-util
endif
endif