From 6af149c84b9a82ec2574b53101d019a0f33a3fc9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 5 Dec 2005 09:09:13 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2