1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

fix a dependency bug

SVN-Revision: 8275
This commit is contained in:
Felix Fietkau 2007-07-31 11:28:22 +00:00
parent 6d6d1f1508
commit e01cb5c7f2

View File

@ -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";
}
}