[svn:parrot] r49200 - trunk/config/gen/makefiles
coke at svn.parrot.org
coke at svn.parrot.org
Tue Sep 21 14:31:18 UTC 2010
Author: coke
Date: Tue Sep 21 14:31:17 2010
New Revision: 49200
URL: https://trac.parrot.org/parrot/changeset/49200
Log:
[build] fix a dep reported missing by tools/dev/checkdepend.pl
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Tue Sep 21 10:59:36 2010 (r49199)
+++ trunk/config/gen/makefiles/root.in Tue Sep 21 14:31:17 2010 (r49200)
@@ -1574,7 +1574,7 @@
src/spf_vtable$(O) : $(PARROT_H_HEADERS) src/spf_vtable.str src/spf_vtable.c
-src/string/encoding$(O) : $(PARROT_H_HEADERS)
+src/string/encoding$(O) : $(PARROT_H_HEADERS) src/string/encoding.c
src/string/encoding/tables$(O) : $(PARROT_H_HEADERS) \
src/string/encoding/tables.h
More information about the parrot-commits
mailing list