From c1303db30fed80a8b82a00e74b306d7fa284e55d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 10 Jun 2008 22:37:03 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0