summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-03-29 20:31:17 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-03-29 20:31:17 +0000
commitd7ece730e9d9ed8ca287021550ffd266ce30b518 (patch)
treea04b8745836c006cbbc7ef7069200816b49ce41c /Makefile.win
parent562c645ad6e73d03183f5aadc64e1d37c1f9c6ce (diff)
downloadhttpd-d7ece730e9d9ed8ca287021550ffd266ce30b518.tar.gz
Someone misunderstood 'dependency' here; we need not *link* to mod_session,
therefore the build order doesn't matter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.win b/Makefile.win
index 6fb035764c..1d3f025617 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -350,12 +350,6 @@ _build:
cd modules\ldap
$(MAKE) $(MAKEOPT) -f mod_ldap.mak CFG="mod_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
-# build session prior to auth_form
- cd modules\session
- $(MAKE) $(MAKEOPT) -f mod_session.mak CFG="mod_session - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- $(MAKE) $(MAKEOPT) -f mod_session_cookie.mak CFG="mod_session_cookie - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- $(MAKE) $(MAKEOPT) -f mod_session_dbd.mak CFG="mod_session_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- cd ..\..
cd modules\database
$(MAKE) $(MAKEOPT) -f mod_dbd.mak CFG="mod_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
@@ -509,6 +503,11 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_lbmethod_rr.mak CFG="mod_lbmethod_rr - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..\..
!ENDIF
+ cd modules\session
+ $(MAKE) $(MAKEOPT) -f mod_session.mak CFG="mod_session - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f mod_session_cookie.mak CFG="mod_session_cookie - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f mod_session_dbd.mak CFG="mod_session_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ cd ..\..
cd modules\slotmem
$(MAKE) $(MAKEOPT) -f mod_slotmem_plain.mak CFG="mod_slotmem_plain - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_slotmem_shm.mak CFG="mod_slotmem_shm - Win32 $(LONG)" RECURSE=0 $(CTARGET)