diff options
Diffstat (limited to 'Build.pm')
-rw-r--r-- | Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1004,7 +1004,7 @@ sub expand { my @directdepsend; if ($xignore{'-directdepsend--'}) { delete $xignore{'-directdepsend--'}; - my @directdepsend = @p; + @directdepsend = @p; for my $p (splice @p) { last if $p eq '--directdepsend--'; push @p, $p; |