tools/filter_obyfile.pl
changeset 77 4bb92ff6576a
parent 76 af2426f01bab
child 78 7271390ae2c2
--- a/tools/filter_obyfile.pl	Wed Oct 20 23:13:37 2010 +0100
+++ b/tools/filter_obyfile.pl	Thu Oct 21 13:11:05 2010 +0100
@@ -392,6 +392,7 @@
 sub count_dependents($$)
 	{
 	my ($exe, $hashref) = @_;
+	return if (defined $deletions{$exe_to_romfile{$exe}});
 	return if (defined $$hashref{$exe});
 
 	$$hashref{$exe} = 1;