summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:13:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:13:31 +0000
commitadbdf542815ce424fe647de1899147a37dd8b136 (patch)
tree1a447bfc02a58143aa13fe1de62a04c292d4e278 /tools
parentc25ebf65eb5ba92ef0f0cdca1e63433e937b96bd (diff)
downloads6-linux-utils-adbdf542815ce424fe647de1899147a37dd8b136.tar.xz
Align to other packages
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh
index 5824dd6..2f7c57d 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
@@ -71,7 +71,7 @@ for dir in $(ls -1 src | grep -v ^include) ; do
if echo $dep | grep -q -- \\.o$ ; then
dep="src/$dir/$dep"
fi
- if echo $dep | grep -q ^\\\$ ; then
+ if echo $dep | grep -q '^\${.*_LIB}' ; then
libs="$libs $dep"
else
deps="$deps $dep"