From: William A. Rowe Jr Date: Fri, 28 Dec 2007 20:07:26 +0000 (+0000) Subject: Win32 doesn't like \t# X-Git-Tag: 2.3.0~1091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49cf08b804a2d4f1cae4cd12f522b5e969985551;p=apache Win32 doesn't like \t# git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607319 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 8b3724112e..77808a794d 100644 --- a/Makefile.win +++ b/Makefile.win @@ -369,7 +369,7 @@ _build: !ENDIF cd support $(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - Win32 $(LONG)" RECURSE=0 $(CTARGET) - # $(MAKE) $(MAKEOPT) -f fcgistarter.mak CFG="fcgistarter - Win32 $(LONG)" RECURSE=0 $(CTARGET) +# $(MAKE) $(MAKEOPT) -f fcgistarter.mak CFG="fcgistarter - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htcacheclean.mak CFG="htcacheclean - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htdbm.mak CFG="htdbm - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htdigest.mak CFG="htdigest - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -541,7 +541,7 @@ _copybin: copy support\$(LONG)\abs.$(src_exe) "$(inst_exe)" <.y !ENDIF copy support\$(LONG)\ab.$(src_exe) "$(inst_exe)" <.y - # copy support\$(LONG)\fcgistarter.$(src_exe) "$(inst_exe)" <.y +# copy support\$(LONG)\fcgistarter.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htcacheclean.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htdbm.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htdigest.$(src_exe) "$(inst_exe)" <.y