From 4ef675ceef735ee90cdfce1a1d3a61259090cd63 Mon Sep 17 00:00:00 2001 From: "Allan K. Edwards" Date: Wed, 8 Aug 2007 16:56:01 +0000 Subject: [PATCH] add httxt2dbm.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563941 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.win b/Makefile.win index 8b3185f06e..f4eb654206 100644 --- a/Makefile.win +++ b/Makefile.win @@ -324,6 +324,7 @@ _build: 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 httxt2dbm.mak CFG="httxt2dbm - 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) @@ -472,6 +473,7 @@ _copybin: copy support\$(LONG)\ab.$(src_exe) "$(inst_exe)" <.y !ENDIF copy support\$(LONG)\htcacheclean.$(src_exe) "$(inst_exe)" <.y + copy support\$(LONG)\httxt2dbm.$(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