You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2010/10/01 05:09:16 UTC

svn commit: r1003369 - /apr/apr/branches/1.4.x/Makefile.win

Author: wrowe
Date: Fri Oct  1 03:09:16 2010
New Revision: 1003369

URL: http://svn.apache.org/viewvc?rev=1003369&view=rev
Log:
Prevent APR/APU from overwriting each other

Modified:
    apr/apr/branches/1.4.x/Makefile.win

Modified: apr/apr/branches/1.4.x/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/Makefile.win?rev=1003369&r1=1003368&r2=1003369&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/Makefile.win (original)
+++ apr/apr/branches/1.4.x/Makefile.win Fri Oct  1 03:09:16 2010
@@ -162,9 +162,9 @@ install:
 	@if NOT EXIST "$(PREFIX)\bin\."		mkdir "$(PREFIX)\bin"
 	@if NOT EXIST "$(PREFIX)\include\."	mkdir "$(PREFIX)\include"
 	@if NOT EXIST "$(PREFIX)\lib\."		mkdir "$(PREFIX)\lib"
-	copy CHANGES "$(PREFIX)\CHANGES.txt" <.y
-	copy LICENSE "$(PREFIX)\LICENSE.txt" <.y
-	copy NOTICE  "$(PREFIX)\NOTICE.txt"  <.y
+	copy CHANGES "$(PREFIX)\APR-CHANGES.txt" <.y
+	copy LICENSE "$(PREFIX)\APR-LICENSE.txt" <.y
+	copy NOTICE  "$(PREFIX)\APR-NOTICE.txt"  <.y
 	xcopy include\*.h		"$(PREFIX)\include\" /d < .a
 	copy $(LIBSOSPATH)\apr-1.lib		"$(PREFIX)\lib\" <.y
 	copy $(LIBSOSPATH)\apr-1.pdb		"$(PREFIX)\lib\" <.y