summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:12:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:12:55 +0000
commite20ece7d7484a7dbf5c350863e56c5dbb641f04b (patch)
treefb56bae5048af605656316401296c0d1df445535 /tools
parentb6505a09e9d9fdf41349b972c74772ea926b10cf (diff)
downloads6-portable-utils-e20ece7d7484a7dbf5c350863e56c5dbb641f04b.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"