summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-11-20 10:10:28 +0000
committerGuenter Knauf <fuankg@apache.org>2009-11-20 10:10:28 +0000
commit5c864bf85166155e0dabbeb8efc8606a32661741 (patch)
treee2ef4056b117b570d49728f5d2132e4a0f8affbc /build/NWGNUenvironment.inc
parentec26e0f1ce95b43ddac8e3e43a2cfddf4164376c (diff)
downloadhttpd-5c864bf85166155e0dabbeb8efc8606a32661741.tar.gz
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
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc2
1 files changed, 1 insertions, 1 deletions
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