mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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/;
|
($x = $otmpl) =~ s/X/$i/;
|
||||||
}
|
}
|
||||||
@deps = @{$depends{$ii}};
|
@deps = @{$depends{$ii}};
|
||||||
|
# Skip things which are their own dependency.
|
||||||
|
next if grep { $_ eq $i } @deps;
|
||||||
@deps = map {
|
@deps = map {
|
||||||
$_ = &findfile($_);
|
$_ = &findfile($_);
|
||||||
s/\//$dirsep/g;
|
s/\//$dirsep/g;
|
||||||
|
Reference in New Issue
Block a user