]> granicus.if.org Git - apache/commitdiff
Thanks Andre... for pointing out my fat fingers.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Feb 2003 15:45:40 +0000 (15:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Feb 2003 15:45:40 +0000 (15:45 +0000)
  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

Makefile.win

index e97d1a91e6543ea73e1ebb9f2af303cf9ff3eec8..65114751fc6a566f829e8d4611807cf03b5f7de7 100644 (file)
@@ -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=. \