diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-12-15 23:40:41 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-12-15 23:40:41 +0100 |
commit | 838eacc3db4b43144e6ad321c79cdacf3d3f4847 (patch) | |
tree | 1444f47b11880fc33ee40c728e48254bc9400e71 /build/NWGNUenvironment.inc | |
parent | update transformation (diff) | |
download | apache2-838eacc3db4b43144e6ad321c79cdacf3d3f4847.tar.xz apache2-838eacc3db4b43144e6ad321c79cdacf3d3f4847.zip |
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
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r-- | build/NWGNUenvironment.inc | 4 |
1 files 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 # |