From: Guenter Knauf Date: Fri, 20 Nov 2009 10:10:28 +0000 (+0000) Subject: fixed NetWare objects output directory naming take 2. X-Git-Tag: 2.3.4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c864bf85166155e0dabbeb8efc8606a32661741;p=apache fixed NetWare objects output directory naming take 2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882480 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 8506c4a1fd..880e63719c 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -204,7 +204,7 @@ CFLAGS += -g -O0 endif # -O4,p level 4 optimizations, optimize for speed -ifeq "$(RELEASE)" "optimized" +ifeq "$(RELEASE)" "release" CFLAGS += -O4,p endif