[svn:parrot] r46526 - branches/ops_pct/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Wed May 12 06:33:29 UTC 2010


Author: cotto
Date: Wed May 12 06:33:28 2010
New Revision: 46526
URL: https://trac.parrot.org/parrot/changeset/46526

Log:
[opsc] remove ops2c.pir from build root when cleaning

Modified:
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 06:29:19 2010	(r46525)
+++ branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 06:33:28 2010	(r46526)
@@ -1843,7 +1843,7 @@
     $(INSTALLABLETAPIR) \
     pbc_to_exe.pbc pbc_to_exe.c pbc_to_exe$(O) pbc_to_exe$(EXE) \
     $(NCI_THUNK_GEN) parrot_nci_thunk_gen.c parrot_nci_thunk_gen$(O) parrot_nci_thunk_gen.pbc \
-	ops2c.pbc ops2c.c ops2c$(O) ops2c$(EXE) \
+	ops2c.pbc ops2c.c ops2c$(O) ops2c$(EXE) ops2c.pir \
     tapir.pbc tapir.c tapir$(O) tapir$(EXE) \
     parrot_config$(EXE) parrot_config.c parrot_config$(O) parrot_config.pbc \
     compilers/imcc/main$(O) \


More information about the parrot-commits mailing list