[svn:mod_parrot] r552 - mod_parrot/trunk
[email protected] Mon, 29 Dec 2008 12:55:18 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz Date: Mon Dec 29 12:55:17 2008 New Revision: 552 Modified: mod_parrot/trunk/Makefile.in Log: set INC path with PERL6LIB to fix precompilation Modified: mod_parrot/trunk/Makefile.in ============================================================================== --- mod_parrot/trunk/Makefile.in (original) +++ mod_parrot/trunk/Makefile.in Mon Dec 29 12:55:17 2008 @@ -79,6 +79,7 @@ modperl6: languages/perl6/lib/mod_perl6.pir languages/perl6/lib/ModPerl6/Registry.pir %.pir: %.pm + PERL6LIB=languages/perl6/lib \ $(PARROT) $(PARROT_SOURCE)/languages/perl6/perl6.pbc \ --output=$@ --target=pir $<