fix a prereq bug
SVN-Revision: 8183
This commit is contained in:
parent
0fc8be8ade
commit
1a12e151ee
@ -556,7 +556,7 @@ sub gen_package_mk() {
|
||||
}
|
||||
if ($config) {
|
||||
print "package-$config += $pkg->{subdir}$pkg->{src}\n";
|
||||
$pkg->{prereq} and print "prereq-$config += $pkg->{src}\n";
|
||||
$pkg->{prereq} and print "prereq-$config += $pkg->{subdir}$pkg->{src}\n";
|
||||
}
|
||||
|
||||
my $hasdeps = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user