diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-08-08 02:47:52 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-08-08 02:47:52 +0200 |
commit | 2e262257b85fd5fbdc16d336d4a23655634d388b (patch) | |
tree | f934a3d1e8195e75848e3400f8e8900552e248fe /build/NWGNUenvironment.inc | |
parent | commit Eric's patch for bugzilla 42549 - build httxt2dbm.exe on windows (diff) | |
download | apache2-2e262257b85fd5fbdc16d336d4a23655634d388b.tar.xz apache2-2e262257b85fd5fbdc16d336d4a23655634d388b.zip |
changed distribution basedir to separate from Apache2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r-- | build/NWGNUenvironment.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index a6b7a06988..631d6ec66f 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -215,7 +215,7 @@ INSTDIRS = $(AP_WORK)\Dist endif ifndef BASEDIR -BASEDIR = Apache2 +BASEDIR = Apache23 endif ifndef PORT |