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

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Jun 9 07:22:26 UTC 2009


Author: cotto
Date: Tue Jun  9 07:22:26 2009
New Revision: 39463
URL: https://trac.parrot.org/parrot/changeset/39463

Log:
[makefile] add a generated file to pmcc's make clean and reorder existing files

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	Tue Jun  9 07:21:28 2009	(r39462)
+++ branches/pmc_pct/config/gen/makefiles/pmcc.in	Tue Jun  9 07:22:26 2009	(r39463)
@@ -94,12 +94,13 @@
 
 CLEANUPS := \
   pmc.pbc \
+  src/gen_emitter.pir \
+  src/gen_vtable_info.pir \
   src/parser/gen_grammar.pir \
   src/parser/gen_actions.pir \
-  src/gen_emitter.pir \
   src/emitter/gen_pmc.pir \
   src/emitter/gen_c.pir \
-  src/gen_vtable_info.pir
+  src/emitter/pmc/gen_default.pir
 
 
 clean:


More information about the parrot-commits mailing list