cvs commit: ponie write_makefile.pl
[email protected] (Nicholas Clark) 22 Apr 2005 21:49:35 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/22 14:49:35
Modified: . write_makefile.pl
Log:
pmc2c.pl moved.
(Parrot is a moving target. Particularly with svn...)
Revision Changes Path
1.4 +4 -4 ponie/write_makefile.pl
Index: write_makefile.pl
===================================================================
RCS file: /cvs/public/ponie/write_makefile.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- write_makefile.pl 12 Nov 2004 12:08:59 -0000 1.3
+++ write_makefile.pl 22 Apr 2005 21:49:35 -0000 1.4
@@ -43,7 +43,7 @@
$Config{ranlib} \$\@
perl5pmcs.c: $alldumps;
- \$(PERL) $parrotdir/classes/pmc2c2.pl --library perl5pmcs --c $allpmcs
+ \$(PERL) $parrotdir/build_tools/pmc2c.pl --library perl5pmcs --c $allpmcs
perl5pmcs$Config{_o}: perl5pmcs.c
perl5pmcs.h: perl5pmcs.c
@@ -61,10 +61,10 @@
print <<"EOSNIP";
perl5$_.dump: perl5$_.pmc
- \$(PERL) $parrotdir/classes/pmc2c2.pl --include=../src/pmc --dump perl5$_.pmc
+ \$(PERL) $parrotdir/build_tools/pmc2c.pl --include=../src/pmc --dump perl5$_.pmc
perl5$_.c: $alldumps
- \$(PERL) $parrotdir/classes/pmc2c2.pl --c perl5$_.pmc
+ \$(PERL) $parrotdir/build_tools/pmc2c.pl --c perl5$_.pmc
perl5$_$Config{_o}: perl5$_.c
EOSNIP