diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-09-21 16:39:53 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-09-21 16:39:53 +0200 |
commit | 6e1fadb78343b5de5b4c77bc65eaaa295189ebb8 (patch) | |
tree | 6a799f0ef4a3997663cb146b835de40bc19b43c4 /Makefile.win | |
parent | The arrow indicator for a glossary link was cute, but I found it way too (diff) | |
download | apache2-6e1fadb78343b5de5b4c77bc65eaaa295189ebb8.tar.xz apache2-6e1fadb78343b5de5b4c77bc65eaaa295189ebb8.zip |
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
Diffstat (limited to '')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 2 insertions, 0 deletions
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 |