]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport trivial typo fix identified by Jorge Schrauwen <info blackdot.be>
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 5 Dec 2005 09:09:13 +0000 (09:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 5 Dec 2005 09:09:13 +0000 (09:09 +0000)
  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

index bd3770f2fce10b681a4c4b407c048f60e4441cbc..31c6fac632f3322a21acf371ec51c7549d04586a 100644 (file)
@@ -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