projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6d1f1
)
fix a dependency bug
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jul 2007 11:28:22 +0000
(11:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jul 2007 11:28:22 +0000
(11:28 +0000)
SVN-Revision: 8275
scripts/metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index 16a120a7ae9bf2bb9c8846164dc4d336a62ac03a..9b983545f2db8276d1672ea629b13d8b5155c874 100755
(executable)
--- 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";
}
}