fix a dependency bug
SVN-Revision: 8275
This commit is contained in:
parent
6d6d1f1508
commit
e01cb5c7f2
@ -581,7 +581,7 @@ sub gen_package_mk() {
|
||||
}
|
||||
}
|
||||
if ($depline) {
|
||||
$line .= "\$(curdir)/".$pkg->{subdir}."$pkg->{src}/compile := $depline\n";
|
||||
$line .= "\$(curdir)/".$pkg->{subdir}."$pkg->{src}/compile += $depline\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user