[svn:parrot] r43212 - trunk/tools/dev

coke at svn.parrot.org coke at svn.parrot.org
Tue Dec 22 16:32:23 UTC 2009


Author: coke
Date: Tue Dec 22 16:32:22 2009
New Revision: 43212
URL: https://trac.parrot.org/parrot/changeset/43212

Log:
dynpmc are not gen'd from main makefile yet.

Modified:
   trunk/tools/dev/checkdepend.pl

Modified: trunk/tools/dev/checkdepend.pl
==============================================================================
--- trunk/tools/dev/checkdepend.pl	Tue Dec 22 16:26:32 2009	(r43211)
+++ trunk/tools/dev/checkdepend.pl	Tue Dec 22 16:32:22 2009	(r43212)
@@ -37,7 +37,7 @@
         local undef $/;
         $guts = <$fh>;
     }
-    next if $file =~ m{src/(ops|dynoplibs)/};
+    next if $file =~ m{src/(ops|dynoplibs|dynpmc)/};
     my @includes = $guts =~ m/#include "(.*)"/g;
     $file =~ s/\.c$//;
     $deps{$file} = [ @includes ];


More information about the parrot-commits mailing list