From: William A. Rowe Jr Date: Mon, 5 Dec 2005 09:09:13 +0000 (+0000) Subject: Backport trivial typo fix identified by Jorge Schrauwen X-Git-Tag: 2.0.56~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af149c84b9a82ec2574b53101d019a0f33a3fc9;p=thirdparty%2Fapache%2Fhttpd.git Backport trivial typo fix identified by Jorge Schrauwen applied already to 2.2 branch, not present in trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@354027 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index bd3770f2fce..31c6fac632f 100644 --- a/Makefile.win +++ b/Makefile.win @@ -130,7 +130,7 @@ PORT=80 !IF "$(MAKE)" == "NMAKE" # Microsoft NMake options MAKEOPT=-nologo -!ELSEIF "($MAKE)" == "make" +!ELSEIF "$(MAKE)" == "make" # Borland make options? Not really supported (yet) MAKEOPT=-s -N !ENDIF