Author: gozer
Date: Thu Jan 10 01:14:22 2008
New Revision: 610728

URL: http://svn.apache.org/viewvc?rev=610728&view=rev
Log:
Remove some whitespace from generated Makefile, it's
breaking nmake on Win32.

Reviewed-by: gozer
Submtted-by: Randy Kobes <[EMAIL PROTECTED]>
Message-ID: [EMAIL PROTECTED]


Modified:
    perl/modperl/branches/1.x/Makefile.PL

Modified: perl/modperl/branches/1.x/Makefile.PL
URL: 
http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Makefile.PL?rev=610728&r1=610727&r2=610728&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Makefile.PL (original)
+++ perl/modperl/branches/1.x/Makefile.PL Thu Jan 10 01:14:22 2008
@@ -178,7 +178,7 @@
 write_version_h("src/modules/perl");
 
 my(@test_pre_init) = qq(
-  test_pre_init:
+test_pre_init:
 );
 
 # Automatic setup support
@@ -1535,10 +1535,10 @@
 
     join '', @test_pre_init,
         qq(
-    MP_TEST_SCRIPT=$script
+MP_TEST_SCRIPT=$script
 ),
     q(
-    TEST_VERBOSE=0
+TEST_VERBOSE=0
 
 kill_httpd:
        kill `cat t/logs/httpd.pid`


Reply via email to