Commit 0ec298a5 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Change the names of the debug and release output build directories so they...

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
parent 995cbfcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

#