From: Colm MacCarthaigh Date: Tue, 29 Nov 2005 12:37:03 +0000 (+0000) Subject: Correct a syntax error detected by MSVC2005 X-Git-Tag: 2.3.0~2725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a903da53a6abd6616dfd10f5d55470e2e07dc3;p=thirdparty%2Fapache%2Fhttpd.git Correct a syntax error detected by MSVC2005 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349713 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 19d3dc77eea..8f8cefa7bf5 100644 --- a/Makefile.win +++ b/Makefile.win @@ -127,7 +127,7 @@ PORT=80 !IFNDEF MAKEOPT # Only default the behavior if MAKEOPT= is omitted -!IF "$(MAKE)" == "NMAKE" +!IF "($MAKE)" == "NMAKE" # Microsoft NMake options MAKEOPT=-nologo !ELSEIF "($MAKE)" == "make"