[svn:parrot] r44653 - trunk/config/auto

coke at svn.parrot.org coke at svn.parrot.org
Fri Mar 5 17:07:36 UTC 2010


Author: coke
Date: Fri Mar  5 17:07:35 2010
New Revision: 44653
URL: https://trac.parrot.org/parrot/changeset/44653

Log:
another cl build fix - no spaces between -Fo and the file allowed.

Modified:
   trunk/config/auto/pmc.pm

Modified: trunk/config/auto/pmc.pm
==============================================================================
--- trunk/config/auto/pmc.pm	Fri Mar  5 16:50:58 2010	(r44652)
+++ trunk/config/auto/pmc.pm	Fri Mar  5 17:07:35 2010	(r44653)
@@ -109,7 +109,7 @@
     $parent_headers $include_headers include/pmc/pmc_continuation.h \\
     include/pmc/pmc_callcontext.h include/pmc/pmc_fixedintegerarray.h \\
     src/pmc/$pmc.c
-\t\$(CC) \$(CFLAGS) $optimize $cc_shared $warnings -I\$(\@D) $cc_o_out \$@ -c src/pmc/$pmc.c
+\t\$(CC) \$(CFLAGS) $optimize $cc_shared $warnings -I\$(\@D) $cc_o_out\$@ -c src/pmc/$pmc.c
 
 END
     }


More information about the parrot-commits mailing list