diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:08 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:08 +0100 |
commit | 80ba9f34b69a273d82f2f46d7fe231e30e127028 (patch) | |
tree | 7b43a6f17b53cb4ad4f9aea2503ef590b30bff50 /Makefile.win | |
parent | 80db94fff6a9620fb469ee911347ed973e3f7735 (diff) | |
download | apache2-80ba9f34b69a273d82f2f46d7fe231e30e127028.tar.gz |
Upstream tarball 2.2.4upstream/2.2.4
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win index 48c9ed8e..b3a2898b 100644 --- a/Makefile.win +++ b/Makefile.win @@ -13,7 +13,7 @@ # The following install defaults may be customized; # # Option Default -# INSTDIR \Apache2 +# INSTDIR \Apache22 # PORT 80 # SSLPORT 443 # SERVERNAME localhost @@ -105,7 +105,7 @@ _tryzlib: !ENDIF !IF "$(INSTDIR)" == "" -INSTDIR=\Apache2 +INSTDIR=\Apache22 !ENDIF !IF "$(SERVERNAME)" == "" SERVERNAME=localhost |