[svn:parrot] r45976 - trunk/config/gen/makefiles
coke at svn.parrot.org
coke at svn.parrot.org
Sat Apr 24 05:16:51 UTC 2010
Author: coke
Date: Sat Apr 24 05:16:50 2010
New Revision: 45976
URL: https://trac.parrot.org/parrot/changeset/45976
Log:
Track new dependencies added in r45966.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sat Apr 24 05:12:45 2010 (r45975)
+++ trunk/config/gen/makefiles/root.in Sat Apr 24 05:16:50 2010 (r45976)
@@ -1380,7 +1380,9 @@
src/io/api$(O) : $(PARROT_H_HEADERS) src/io/io_private.h \
src/io/api.c \
src/io/api.str include/pmc/pmc_filehandle.h \
- include/pmc/pmc_stringhandle.h
+ include/pmc/pmc_stringhandle.h \
+ $(INC_DIR)/extend.h \
+ $(INC_DIR)/extend_vtable.h
src/io/buffer$(O) : $(PARROT_H_HEADERS) src/io/io_private.h src/io/buffer.c
More information about the parrot-commits
mailing list