cvsuser 04/10/06 05:40:36
Modified: config/gen/makefiles root.in
Log:
added some files to GEN_CONFIGS, they were not wiped out on make realclean
Revision Changes Path
1.245 +9 -2 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -w -r1.244 -r1.245
--- root.in 6 Oct 2004 04:53:46 -0000 1.244
+++ root.in 6 Oct 2004 12:40:36 -0000 1.245
@@ -1,4 +1,4 @@
-# $Id: root.in,v 1.244 2004/10/06 04:53:46 sfink Exp $
+# $Id: root.in,v 1.245 2004/10/06 12:40:36 jrieks Exp $
###############################################################################
#
@@ -117,6 +117,7 @@
include/parrot/has_header.h \
include/parrot/feature.h \
include/parrot/core_pmcs.h \
+ include/parrot/exec_dep.h \
lib/Parrot/Config.pm \
lib/Parrot/PMC.pm \
runtime/parrot/include/config.fpmc \
@@ -126,7 +127,13 @@
CFLAGS imcc/CFLAGS \
config_lib.pasm \
$(SRC)/nci_test$(O) \
- libparrot.def
+ libparrot.def \
+ ast/ast.y.flag \
+ dynclasses/build.pl \
+ imcc/imcc.y.flag \
+ ops/core_ops.c \
+ ops/core_ops_prederef.c \
+ ops/core_ops_switch.c
# most of these are generated by config/gen/parrot_include.pl