From ad728242dcae073bcd44090e43d291f5e9baeeb0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 29 Dec 2007 03:59:01 +0000 Subject: [PATCH] It turns out copy concat didn't work as I expected, it does concat to the first named file, but not the first filepath. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607371 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.win b/Makefile.win index c84dce7d10..6cff62a729 100644 --- a/Makefile.win +++ b/Makefile.win @@ -608,7 +608,7 @@ BEGIN { } } << - copy <<.tmp "$(INSTDIR)\OPENSSL-NEWS.txt" <.y + copy << "$(INSTDIR)\OPENSSL-NEWS.txt" <.y Apache HTTP Server 2.3 Limited OpenSSL Distribution @@ -624,9 +624,9 @@ BEGIN { -------------------------------------------------------------------------------- << - del .tmp - -copy "$(INSTDIR)\OPENSSL-NEWS.txt" + srclib\openssl\NEWS - copy <<.tmp "$(INSTDIR)\OPENSSL-README.txt" <.y + -copy "$(INSTDIR)\OPENSSL-NEWS.txt" \ + + srclib\openssl\NEWS "$(INSTDIR)\OPENSSL-NEWS.txt" + copy << "$(INSTDIR)\OPENSSL-README.txt" <.y Apache HTTP Server 2.3 Limited OpenSSL Distribution @@ -661,8 +661,8 @@ BEGIN { -------------------------------------------------------------------------------- << - del .tmp - -copy "$(INSTDIR)\OPENSSL-README.txt" + srclib\openssl\README + -copy "$(INSTDIR)\OPENSSL-README.txt" \ + + srclib\openssl\README "$(INSTDIR)\OPENSSL-README.txt" !ENDIF !IF EXIST("srclib\zlib") type << >> "$(INSTDIR)\NOTICE.txt" -- 2.50.1