fix a dependency bug
SVN-Revision: 8275
This commit is contained in:
parent
6d6d1f1508
commit
e01cb5c7f2
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ sub gen_package_mk() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($depline) {
|
if ($depline) {
|
||||||
$line .= "\$(curdir)/".$pkg->{subdir}."$pkg->{src}/compile := $depline\n";
|
$line .= "\$(curdir)/".$pkg->{subdir}."$pkg->{src}/compile += $depline\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue