]> granicus.if.org Git - apache/commitdiff
Remove the problematic block which is causing problems with the latest versions
authorColm MacCarthaigh <colm@apache.org>
Tue, 29 Nov 2005 23:34:28 +0000 (23:34 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 29 Nov 2005 23:34:28 +0000 (23:34 +0000)
of MSVS. Sacrifice some borland options which don't really work anyway, and for
Borland to work, we'e really going to need a Makefile.bor.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349833 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 9408a24ec47154da3de965b4ee22dc3f3c238e3b..316d2bd96b56fa2a110dee48c4f7084e48e77810 100644 (file)
@@ -127,13 +127,7 @@ PORT=80
 
 !IFNDEF MAKEOPT
 # Only default the behavior if MAKEOPT= is omitted
-!IF "($MAKE)" == "NMAKE"
-# Microsoft NMake options
 MAKEOPT=-nologo
-!ELSEIF "($MAKE)" == "make"
-# Borland make options?  Not really supported (yet)
-MAKEOPT=-s -N
-!ENDIF
 !ENDIF
 
 _dummy: