[svn:parrot] r39793 - branches/pmc_pct/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Jun 26 03:39:50 UTC 2009


Author: cotto
Date: Fri Jun 26 03:39:45 2009
New Revision: 39793
URL: https://trac.parrot.org/parrot/changeset/39793

Log:
[config] fix a Makefile oversight that was causing some mysterious failures

Modified:
   branches/pmc_pct/config/gen/makefiles/pmcc.in

Modified: branches/pmc_pct/config/gen/makefiles/pmcc.in
==============================================================================
--- branches/pmc_pct/config/gen/makefiles/pmcc.in	Fri Jun 26 03:00:41 2009	(r39792)
+++ branches/pmc_pct/config/gen/makefiles/pmcc.in	Fri Jun 26 03:39:45 2009	(r39793)
@@ -92,7 +92,7 @@
 testclean:
 
 CLEANUPS := \
-  pmc.pbc \
+  pmcc.pbc \
   src/gen_emitter.pir \
   src/gen_nodes.pir \
   src/parser/gen_grammar.pir \


More information about the parrot-commits mailing list