From 6e1fadb78343b5de5b4c77bc65eaaa295189ebb8 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Wed, 21 Sep 2005 14:39:53 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0