[svn:parrot] r49624 - trunk/config/gen/makefiles
coke at svn.parrot.org
coke at svn.parrot.org
Thu Oct 21 18:48:19 UTC 2010
Author: coke
Date: Thu Oct 21 18:48:19 2010
New Revision: 49624
URL: https://trac.parrot.org/parrot/changeset/49624
Log:
Track new include file in dependencies.
... need to add this to codetest with a few TODOs so they are caught sooner.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Thu Oct 21 17:18:30 2010 (r49623)
+++ trunk/config/gen/makefiles/root.in Thu Oct 21 18:48:19 2010 (r49624)
@@ -1324,7 +1324,8 @@
src/gc/fixed_allocator.h \
src/gc/gc_ms2.c \
$(INC_DIR)/list.h \
- src/gc/variable_size_pool.h
+ src/gc/variable_size_pool.h \
+ $(INC_DIR)/sysmem.h
src/gc/api$(O) : \
$(PARROT_H_HEADERS) \
@@ -1352,7 +1353,10 @@
src/hll$(O) : $(PARROT_H_HEADERS) src/hll.str $(INC_DIR)/dynext.h src/hll.c
-src/platform$(O) : $(PARROT_H_HEADERS) src/platform.c
+src/platform$(O) : \
+ $(PARROT_H_HEADERS) \
+ src/platform.c \
+ $(INC_DIR)/sysmem.h
#IF(platform_asm):src/platform_asm$(O) : $(PARROT_H_HEADERS)
#IF(platform_asm):
More information about the parrot-commits
mailing list