summaryrefslogtreecommitdiffstats
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-12 00:34:42 +0200
committerGuenter Knauf <fuankg@apache.org>2009-07-12 00:34:42 +0200
commit78ecc73ecb1a40a81d25dc0d8d7133a57035af56 (patch)
treead10a80f185671b4b5b808995e831b8f3c16ac28 /NWGNUmakefile
parentadded NetWare build SDK path sanity checks. (diff)
downloadapache2-78ecc73ecb1a40a81d25dc0d8d7133a57035af56.tar.xz
apache2-78ecc73ecb1a40a81d25dc0d8d7133a57035af56.zip
fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 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 cc7db4710d..c014c3ec0f 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