]> granicus.if.org Git - apache/commitdiff
fixed NetWare objects output directory naming take 2.
authorGuenter Knauf <fuankg@apache.org>
Fri, 20 Nov 2009 10:10:28 +0000 (10:10 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 20 Nov 2009 10:10:28 +0000 (10:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882480 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 8506c4a1fdaf854ce48965e2dac9923613674399..880e63719cf0ad432f3218008c72bbe85605fd50 100644 (file)
@@ -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