mirror of https://github.com/hak5/openwrt.git
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