]> granicus.if.org Git - apache/commitdiff
Win32 doesn't like \t#
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2007 20:07:26 +0000 (20:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2007 20:07:26 +0000 (20:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607319 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 8b3724112e163fb6516658bf09c82b6ce767e2fe..77808a794d2b9f7249e6e973172fb9dd478edee8 100644 (file)
@@ -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