From: William A. Rowe Jr Date: Thu, 4 Feb 2010 19:50:13 +0000 (+0000) Subject: Resolve cut-n-paste typo from prior commit X-Git-Tag: 2.3.6~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a73f54ac6a04129d64c4e265953423c762ac61d6;p=thirdparty%2Fapache%2Fhttpd.git Resolve cut-n-paste typo from prior commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906625 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index cb22e39b9bd..f6e1e2c46e7 100644 --- a/Makefile.win +++ b/Makefile.win @@ -602,6 +602,7 @@ _build: _copybin: copy $(LONG)\httpd.$(src_exe) "$(inst_exe)" <.y copy $(LONG)\libhttpd.$(src_dll) "$(inst_dll)" <.y + copy srclib\apr\$(LONG)\libapr-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-iconv\$(LONG)\libapriconv-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-util\$(LONG)\libaprutil-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-util\ldap\$(LONG)\apr_ldap-1.$(src_dll) "$(inst_dll)" <.y