Remove a couple of rogue make targets for `osx.icns.o' and

`osx-info.plist.o' which had crept into most of the Makefiles.

[originally from svn r7099]
This commit is contained in:
Simon Tatham
2007-01-13 12:03:42 +00:00
parent c06e371f55
commit 9993f71e4c

View File

@ -414,6 +414,8 @@ sub deps {
($x = $otmpl) =~ s/X/$i/;
}
@deps = @{$depends{$ii}};
# Skip things which are their own dependency.
next if grep { $_ eq $i } @deps;
@deps = map {
$_ = &findfile($_);
s/\//$dirsep/g;