cvsuser 04/07/08 10:34:01
Modified: config/gen/makefiles root.in
Log:
and if py_func.c depends on pmc_default.h, then build it after classes :)
Revision Changes Path
1.226 +2 -2 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -w -r1.225 -r1.226
--- root.in 4 Jul 2004 16:16:52 -0000 1.225
+++ root.in 8 Jul 2004 17:34:01 -0000 1.226
@@ -1,4 +1,4 @@
-# $Id: root.in,v 1.225 2004/07/04 16:16:52 leo Exp $
+# $Id: root.in,v 1.226 2004/07/08 17:34:01 leo Exp $
###############################################################################
#
@@ -248,7 +248,6 @@
$(SRC)/inter_create$(O) \
$(SRC)/inter_misc$(O) \
$(SRC)/inter_run$(O) \
- $(SRC)/py_func$(O) \
$(SRC)/register$(O) \
$(SRC)/memory$(O) \
$(SRC)/objects$(O) \
@@ -313,6 +312,7 @@
O_FILES = \
$(INTERP_O_FILES) \
$(IO_O_FILES) $(CLASS_O_FILES) \
+ $(SRC)/py_func$(O) \
$(ENCODING_O_FILES) \
$(IMCC_O_FILES)