diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-11-20 11:10:28 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-11-20 11:10:28 +0100 |
commit | 5c864bf85166155e0dabbeb8efc8606a32661741 (patch) | |
tree | e2ef4056b117b570d49728f5d2132e4a0f8affbc /build | |
parent | fixed NetWare objects output directory naming. (diff) | |
download | apache2-5c864bf85166155e0dabbeb8efc8606a32661741.tar.xz apache2-5c864bf85166155e0dabbeb8efc8606a32661741.zip |
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')
-rw-r--r-- | build/NWGNUenvironment.inc | 2 |
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 |