cvs commit: ponie write_makefile.pl
[email protected] (Nicholas Clark) 27 Apr 2005 16:17:24 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/27 09:17:24
Modified: . write_makefile.pl
Log:
Oops. Need to fake things from the new master copy
Revision Changes Path
1.9 +3 -3 ponie/write_makefile.pl
Index: write_makefile.pl
===================================================================
RCS file: /cvs/public/ponie/write_makefile.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- write_makefile.pl 27 Apr 2005 14:32:34 -0000 1.8
+++ write_makefile.pl 27 Apr 2005 16:17:23 -0000 1.9
@@ -54,8 +54,8 @@
if (exists $fakes{$_}) {
print <<"EOSNIP";
-perl5$_.pmc: perl5cargo_cult.pmc
- \$(PERL) $top/fake_pmcs.pl perl5cargo_cult.pmc $_
+perl5$_.pmc: perl5QQQ.pmc
+ \$(PERL) $top/fake_pmcs.pl perl5QQQ.pmc $_
EOSNIP
}