summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:37 +0000
commit6587e3e8ae78d38e96d26a2788ccb6f9e905bf0c (patch)
treee224aea927466f608a940cf4f9f137735f164efb /tools
parent254aa07aa693c0f3ff14a7d3f995bc3082d539e8 (diff)
downloads6-6587e3e8ae78d38e96d26a2788ccb6f9e905bf0c.tar.xz
Revert wrong shared lib fix
Diffstat (limited to 'tools')
-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"