[svn:parrot] r42360 - branches/pmc_headers_move/config/inter

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Nov 8 10:28:39 UTC 2009


Author: bacek
Date: Sun Nov  8 10:28:39 2009
New Revision: 42360
URL: https://trac.parrot.org/parrot/changeset/42360

Log:
Add unicode.h into string encoding dependencies.

Modified:
   branches/pmc_headers_move/config/inter/encoding.pm

Modified: branches/pmc_headers_move/config/inter/encoding.pm
==============================================================================
--- branches/pmc_headers_move/config/inter/encoding.pm	Sun Nov  8 10:11:33 2009	(r42359)
+++ branches/pmc_headers_move/config/inter/encoding.pm	Sun Nov  8 10:28:39 2009	(r42360)
@@ -68,7 +68,7 @@
     foreach my $encoding ( split( /\s+/, $encoding_list ) ) {
         $encoding =~ s/\.c$//;
         $TEMP_encoding_build .= <<END
-src/string/encoding/$encoding\$(O): src/string/encoding/$encoding.h src/string/encoding/$encoding.c \$(NONGEN_HEADERS)
+src/string/encoding/$encoding\$(O): src/string/encoding/$encoding.h src/string/encoding/$encoding.c src/string/unicode.h \$(NONGEN_HEADERS)
 
 
 END


More information about the parrot-commits mailing list