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

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Mar 10 01:37:49 UTC 2010


Author: cotto
Date: Wed Mar 10 01:37:47 2010
New Revision: 44839
URL: https://trac.parrot.org/parrot/changeset/44839

Log:
[makefile] don't remove function-based runcore files

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 Mar 10 01:23:04 2010	(r44838)
+++ branches/ops_pct/config/gen/makefiles/root.in	Wed Mar 10 01:37:47 2010	(r44839)
@@ -249,14 +249,12 @@
 
 GEN_HEADERS = \
     $(INC_DIR)/vtable.h \
-    $(INC_DIR)/oplib/core_ops.h \
     $(INC_DIR)/oplib/ops.h \
     $(INC_DIR)/oplib/core_ops_switch.h \
     $(INC_DIR)/extend_vtable.h \
     $(INC_DIR)/pbcversion.h
 
 GEN_SOURCES = \
-    src/core_ops.c \
     src/nci.c \
     src/glut_nci_thunks.c \
     src/core_ops_switch.c \


More information about the parrot-commits mailing list