[svn:PHP-Sandwich] r1444 - PHP-Sandwich/trunk

[email protected] 31 Jul 2005 16:21:36 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: theory
Date: Sun Jul 31 09:21:36 2005
New Revision: 1444

Modified:
   PHP-Sandwich/trunk/Makefile.PL
Log:
Untabify.


Modified: PHP-Sandwich/trunk/Makefile.PL
==============================================================================
--- PHP-Sandwich/trunk/Makefile.PL	(original)
+++ PHP-Sandwich/trunk/Makefile.PL	Sun Jul 31 09:21:36 2005
@@ -20,8 +20,8 @@ my $inc = "-I" . catdir ($phpdir, 'inclu
 my @ofiles = ('PHP.o', 'phpinterp.o', 'phpfuncs.o');
 
 WriteMakefile(
-    CCFLAGS	     => '-g',
-    OBJECT	     => join(' ', @ofiles),
+    CCFLAGS      => '-g',
+    OBJECT       => join(' ', @ofiles),
     NAME         => 'PHP::Interpreter',
     LIBS         => join(' ', @libs),
     LDDLFLAGS    => join(' ', @lddlflags),