Author: pmichaud
Date: Thu Oct 4 23:59:41 2007
New Revision: 21880
Modified:
trunk/config/gen/makefiles/pge.in
Log:
[pge]:
* Compile builtins.pg using Perl6Grammar.pir instead of pgc.pir .
Modified: trunk/config/gen/makefiles/pge.in
==============================================================================
--- trunk/config/gen/makefiles/pge.in (original)
+++ trunk/config/gen/makefiles/pge.in Thu Oct 4 23:59:41 2007
@@ -32,7 +32,7 @@
$(RM_RF) PGE.pbc $(PARROT_LIBRARY)/PGE.pbc
$(PERL) -e "" >PGE/builtins_gen.pir
$(PARROT) -o PGE.pbc --output-pbc PGE.pir
- $(PARROT) pgc.pir --output=PGE/builtins_gen.pir PGE/builtins.pg
+ $(PARROT) $(PARROT_LIBRARY)/PGE/Perl6Grammar.pir
--output=PGE/builtins_gen.pir PGE/builtins.pg
$(PARROT) -o PGE.pbc --output-pbc PGE.pir
# This is a listing of all targets, that are meant to be called by users