You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2007/10/11 14:15:39 UTC

svn commit: r583795 - /apr/apr/trunk/test/Makefile.in

Author: jorton
Date: Thu Oct 11 05:15:38 2007
New Revision: 583795

URL: http://svn.apache.org/viewvc?rev=583795&view=rev
Log:
* test/Makefile.in: Add missing backslash.

Modified:
    apr/apr/trunk/test/Makefile.in

Modified: apr/apr/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.in?rev=583795&r1=583794&r2=583795&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Thu Oct 11 05:15:38 2007
@@ -26,7 +26,7 @@
 	mod_test.la \
 	libmod_test.la \
 	occhild@EXEEXT@ \
-	readchild@EXEEXT@  
+	readchild@EXEEXT@ \
 	proc_child@EXEEXT@ \
         tryread@EXEEXT@ \
 	sockchild@EXEEXT@ \