add extra targets to improve make tracing output
[openwrt.git] / scripts / gen_deps.pl
index 32bf1f5..0499871 100755 (executable)
@@ -52,7 +52,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
                my $idx;
                if (defined $pkg{$dep}->{src}) {
                        ($pkg{$name}->{src} ne $pkg{$dep}->{src}) and $idx = $pkg{$dep}->{src};
-               } elsif (defined $pkg{$dep}) {
+               } elsif (defined($pkg{$dep}) && !$options{SDK}) {
                        $idx = $dep;
                }
                if ($idx) {
This page took 0.022202 seconds and 4 git commands to generate.