summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-04-28 20:10:09 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-04-28 20:10:09 +0000
commit42f60d5e0d078b4218a39b80b9ae843163e172f8 (patch)
tree5eaf596d2f644aac0dde59a90913a58c5aa89706
parent7d4602b4ae5012746610a2bdc16f66615938a5ea (diff)
downloadhttpd-42f60d5e0d078b4218a39b80b9ae843163e172f8.tar.gz
PR:
Obtained from: Submitted by: William Rowe Reviewed by: Not good... can't be adding to the makefile.win list of files to copy without adding to the list of projects to build :-| git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85087 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 6bc79f257c..1be8461c2f 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -75,6 +75,7 @@ _build:
$(MAKE) $(MAKEOPT) -f ap.mak CFG="ap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..
cd support
+ $(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f htpasswd.mak CFG="htpasswd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f htdigest.mak CFG="htdigest - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f logresolve.mak CFG="logresolve - Win32 $(LONG)" RECURSE=0 $(CTARGET)