]> granicus.if.org Git - apache/commitdiff
Change the names of the debug and release output build directories so they don't...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 15 Dec 2004 22:40:41 +0000 (22:40 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 15 Dec 2004 22:40:41 +0000 (22:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112041 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 96a3a03f0dfd497415dbb2ed2a77105b6b17afd5..8ff634a1772dd97e118f5061590a13cf75492a38 100644 (file)
@@ -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
 
 #