Author: leo
Date: Tue Mar 21 04:58:04 2006
New Revision: 11959

Modified:
   trunk/config/gen/makefiles/pge.in

Log:
fix PGE build

Modified: trunk/config/gen/makefiles/pge.in
==============================================================================
--- trunk/config/gen/makefiles/pge.in   (original)
+++ trunk/config/gen/makefiles/pge.in   Tue Mar 21 04:58:04 2006
@@ -20,7 +20,7 @@
 PGE.pbc: PGE.pir PGE/Exp.pir PGE/Match.pir PGE/Rule.pir PGE/P6Rule.pir 
PGE/TokenHash.pir PGE/OPTable.pir PGE/P5Regexp.pir rulec.pir library.pge
        $(PERL) -e "" >PGE/Library.pir
        $(PARROT) -o PGE.pbc --output-pbc PGE.pir 
-       $(PARROT) rulec.pir library.pge >PGE/Library.pir
+       $(PARROT) rulec.pir  --compiler=p6rules library.pge >PGE/Library.pir
        $(PARROT) -o PGE.pbc --output-pbc PGE.pir 
 
 # This is a listing of all targets, that are meant to be called by users

Reply via email to