From 838eacc3db4b43144e6ad321c79cdacf3d3f4847 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 15 Dec 2004 22:40:41 +0000 Subject: [PATCH] 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 --- build/NWGNUenvironment.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.50.1