From: William A. Rowe Jr Date: Mon, 10 Feb 2003 15:45:40 +0000 (+0000) Subject: Thanks Andre... for pointing out my fat fingers. X-Git-Tag: pre_ajp_proxy~2167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f44daed2feefaefc6748c5f76bd07c97eac0ec84;p=apache Thanks Andre... for pointing out my fat fingers. Drop the module binaries into the correct location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index e97d1a91e6..65114751fc 100644 --- a/Makefile.win +++ b/Makefile.win @@ -566,17 +566,17 @@ BEGIN { _copybin src_exe=exe src_dll=dll src_so=so \ inst_exe="$(INSTDIR)\bin" \ inst_dll="$(INSTDIR)\bin" \ - inst_mod="$(INSTDIR)\modules" + inst_so="$(INSTDIR)\modules" $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=$(SHORT) LONG=$(LONG) \ _copybin src_exe=pdb src_dll=pdb src_so=pdb quiet="-" \ inst_exe="$(INSTDIR)\bin" \ inst_dll="$(INSTDIR)\bin" \ - inst_mod="$(INSTDIR)\modules" + inst_so="$(INSTDIR)\modules" $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=$(SHORT) LONG=$(LONG) \ _copybin src_exe=dbg src_dll=dbg src_so=dbg quiet="-" \ inst_exe="$(INSTDIR)\symbols\exe" \ inst_dll="$(INSTDIR)\symbols\dll" \ - inst_mod="$(INSTDIR)\symbols\so" + inst_so="$(INSTDIR)\symbols\so" cd srclib\apr-iconv $(MAKE) $(MAKEOPT) -f build\modules.mk.win install symbols \ BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=. \