From: William A. Rowe Jr Date: Mon, 5 Dec 2005 09:07:33 +0000 (+0000) Subject: Commit a typo-fix identified by Jorge Schrauwen X-Git-Tag: 2.2.1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd94297bdfded588007002253888da7dce04a10;p=thirdparty%2Fapache%2Fhttpd.git Commit a typo-fix identified by Jorge Schrauwen that will be touched in the -rev2 win32 source bundle. Apparently this code is gone from svn trunk, so there's nothing to forward port. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 124e5769432..49ee77b510f 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