From 78ecc73ecb1a40a81d25dc0d8d7133a57035af56 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 11 Jul 2009 22:34:42 +0000 Subject: fixed typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NWGNUmakefile') 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 -- cgit v1.2.3