You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2008/01/10 10:14:24 UTC

svn commit: r610728 - /perl/modperl/branches/1.x/Makefile.PL

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 <ra...@theoryx5.uwinnipeg.ca>
Message-ID: Pine.LNX.4.64.0704011922080.18576@theoryx5.uwinnipeg.ca


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`