From: Colm MacCarthaigh Date: Wed, 21 Sep 2005 14:39:53 +0000 (+0000) Subject: Add htcacheclean to Makefile.win (thanks to wrowe for pointers) X-Git-Tag: 2.3.0~2968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e1fadb78343b5de5b4c77bc65eaaa295189ebb8;p=apache Add htcacheclean to Makefile.win (thanks to wrowe for pointers) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 4bc4279a85..19d3dc77ee 100644 --- a/Makefile.win +++ b/Makefile.win @@ -311,6 +311,7 @@ _build: !ENDIF cd support $(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - 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) $(MAKE) $(MAKEOPT) -f htpasswd.mak CFG="htpasswd - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -452,6 +453,7 @@ _copybin: !ELSE copy support\$(LONG)\ab.$(src_exe) "$(inst_exe)" <.y !ENDIF + 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 copy support\$(LONG)\htpasswd.$(src_exe) "$(inst_exe)" <.y