From: Guenter Knauf Date: Sat, 11 Jul 2009 22:30:52 +0000 (+0000) Subject: fixed typo. X-Git-Tag: 2.2.12~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86daecaa74c08b25c9d13d41a22ba97ce091d81e;p=thirdparty%2Fapache%2Fhttpd.git fixed typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@793235 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 54da928b74b..018d7abfe05 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