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

Makefile.win

index 124e57694326ce3e7792532e85da4e612d5ec70b..49ee77b510fa4c9d40e5a86284e96a72b2cf7e11 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