From: William A. Rowe Jr Date: Tue, 10 Jun 2008 22:37:03 +0000 (+0000) Subject: Correct install script flaw when DBD_LIST is provided by the X-Git-Tag: 2.3.0~502 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1303db30fed80a8b82a00e74b306d7fa284e55d;p=apache Correct install script flaw when DBD_LIST is provided by the build user. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index a8a1d1d644..6888998d12 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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