]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct install script flaw when DBD_LIST is provided by the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Jun 2008 22:38:34 +0000 (22:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Jun 2008 22:38:34 +0000 (22:38 +0000)
build user.

This does not represent any significant change to the package,
and certainly not to the source code, so if people do not complain
about the discrepancy, then the -win32-src.zip package would include
this fix.

Either way, it's not a regression so not a showstopper to 2.2.9.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@666353 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index a5629d6e333bdbd61a9ac69e608f0cbdb3c4cf53..dc70d6779309bb4c055c26d4951ad13d8cc22d1a 100644 (file)
@@ -484,7 +484,7 @@ _copybin:
        copy srclib\apr-util\ldap\$(LONG)\apr_ldap-1.$(src_dll) "$(inst_dll)" <.y
 !IFDEF DBD_LIST
        for %d in ($(DBD_LIST)) do ( \
-         copy srclib\apr-util\dbd\$(LONG)\apr_dbd_%d-1.$(src_dll) "$(inst_dll)" <.y && \
+         copy srclib\apr-util\dbd\$(LONG)\apr_dbd_%d-1.$(src_dll) "$(inst_dll)" <.y \
        )
 !ENDIF
 !IF EXIST("srclib\zlib\zlib1.$(src_dll)")