summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:44 +0000
commit0aaa219e62faf724452b132d17203b72a75420c0 (patch)
treef7ec1dd63627b64a698445ad5a3fc8e997042abc
parentd241aac4f34db3cfb8340325ec63c5f32ecc3926 (diff)
downloads6-linux-init-0aaa219e62faf724452b132d17203b72a75420c0.tar.xz
Revert wrong shared lib fix
-rwxr-xr-xtools/gen-deps.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh
index 2810ccc..5c96dd1 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
@@ -60,9 +60,6 @@ for dir in $(ls -1 src | grep -v ^include) ; do
libs=
while read dep ; do
if echo $dep | grep -q -e ^-l -e '^\${.*_LIB}' ; then
- if test $dep = '-lskarnet' ; then
- dep='-lskarnet ${SPAWN_LIB} ${SOCKET_LIB} ${SYSCLOCK_LIB} ${TAINNOW_LIB} ${TIMER_LIB} ${UTIL_LIB}'
- fi
libs="$libs $dep"
else
deps="$deps src/$dir/$dep"