You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2022/07/08 16:35:37 UTC

svn commit: r1902574 - /apr/apr/branches/1.8.x/apr.mak

Author: ivan
Date: Fri Jul  8 16:35:36 2022
New Revision: 1902574

URL: http://svn.apache.org/viewvc?rev=1902574&view=rev
Log:
On 1.8.x branch: Fix EOL in apr.mak.

Modified:
    apr/apr/branches/1.8.x/apr.mak

Modified: apr/apr/branches/1.8.x/apr.mak
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/apr.mak?rev=1902574&r1=1902573&r2=1902574&view=diff
==============================================================================
--- apr/apr/branches/1.8.x/apr.mak (original)
+++ apr/apr/branches/1.8.x/apr.mak Fri Jul  8 16:35:36 2022
@@ -1284,7 +1284,7 @@ InputPath=.\include\apr.hw
 ".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 	<<tempfile.bat 
 	@echo off 
-	type .\include\apr.hw > .\include\apr.h
+	type .\include\apr.hw > .\include\apr.h
 << 
 	
 
@@ -1295,7 +1295,7 @@ InputPath=.\include\apr.hw
 ".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 	<<tempfile.bat 
 	@echo off 
-	type .\include\apr.hw > .\include\apr.h
+	type .\include\apr.hw > .\include\apr.h
 << 
 	
 
@@ -1306,7 +1306,7 @@ InputPath=.\include\apr.hw
 ".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 	<<tempfile.bat 
 	@echo off 
-	type .\include\apr.hw > .\include\apr.h
+	type .\include\apr.hw > .\include\apr.h
 << 
 	
 
@@ -1317,7 +1317,7 @@ InputPath=.\include\apr.hw
 ".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 	<<tempfile.bat 
 	@echo off 
-	type .\include\apr.hw > .\include\apr.h
+	type .\include\apr.hw > .\include\apr.h
 <<