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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666351 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index a8a1d1d644d4c1a834aebecfc0343cdb63c2c6f7..6888998d12431e82f36c0087161de6473d9fbe7b 100644 (file)
@@ -511,7 +511,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
        copy modules\aaa\$(LONG)\mod_access_compat.$(src_so)    "$(inst_so)" <.y