mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user