From e20ece7d7484a7dbf5c350863e56c5dbb641f04b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 13 Jan 2015 23:12:55 +0000 Subject: Align to other packages --- tools/gen-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gen-deps.sh') 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" -- cgit v1.3.1