summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-12-28 20:07:26 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-12-28 20:07:26 +0000
commit49cf08b804a2d4f1cae4cd12f522b5e969985551 (patch)
tree3a0aa08f0e06e3ff02c2480c515f89c133f81a26 /Makefile.win
parente0ac1401dc1100d8da40ad8f44958e9b4412c2e7 (diff)
downloadhttpd-49cf08b804a2d4f1cae4cd12f522b5e969985551.tar.gz
Win32 doesn't like \t#
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
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