From: Felix Fietkau Date: Tue, 31 Jul 2007 11:28:22 +0000 (+0000) Subject: fix a dependency bug X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e01cb5c7f22ba241c7e5a9048573bb8ed6a5f9b9;p=openwrt%2Fstaging%2Fyousong.git fix a dependency bug SVN-Revision: 8275 --- diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 16a120a7ae..9b983545f2 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -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"; } }