summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-11 22:34:42 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-11 22:34:42 +0000
commit78ecc73ecb1a40a81d25dc0d8d7133a57035af56 (patch)
treead10a80f185671b4b5b808995e831b8f3c16ac28 /NWGNUmakefile
parent897ffb8d831005c14177b3dc2bf0fb8b22f6110b (diff)
downloadhttpd-78ecc73ecb1a40a81d25dc0d8d7133a57035af56.tar.gz
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