From: Bradley Nicholes Date: Wed, 15 Dec 2004 22:40:41 +0000 (+0000) Subject: Change the names of the debug and release output build directories so they don't... X-Git-Tag: 2.1.3~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=838eacc3db4b43144e6ad321c79cdacf3d3f4847;p=apache Change the names of the debug and release output build directories so they don't conflict with the modules/debug directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112041 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 96a3a03f0d..8ff634a177 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -95,7 +95,7 @@ RELEASE = optimized endif ifeq "$(RELEASE)" "debug" -OBJDIR = Debug +OBJDIR = Debug.o endif ifeq "$(RELEASE)" "noopt" @@ -103,7 +103,7 @@ OBJDIR = Noopt endif ifeq "$(RELEASE)" "optimized" -OBJDIR = Release +OBJDIR = Release.o endif #