From: William A. Rowe Jr Date: Tue, 10 Jun 2008 22:38:34 +0000 (+0000) Subject: Correct install script flaw when DBD_LIST is provided by the X-Git-Tag: 2.2.10~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b0cd84c74a9463034890c1865899673e1e1943d;p=thirdparty%2Fapache%2Fhttpd.git Correct install script flaw when DBD_LIST is provided by the 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 --- diff --git a/Makefile.win b/Makefile.win index a5629d6e333..dc70d677930 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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)")