summary refs log tree commit diff
path: root/tools/gen-deps.sh
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:52:45 +0000
commit75dc63bf8fcc423df1fd74fb8bbb9e0956fe70fc (patch)
tree4ebb4dd1f6ef193130fafd47ecbbb23036aa5f34 /tools/gen-deps.sh
parent403e6cffe6514767175f25ca48e4da343e157783 (diff)
downloads6-linux-utils-75dc63bf8fcc423df1fd74fb8bbb9e0956fe70fc.tar.gz
s6-linux-utils-75dc63bf8fcc423df1fd74fb8bbb9e0956fe70fc.tar.xz
s6-linux-utils-75dc63bf8fcc423df1fd74fb8bbb9e0956fe70fc.zip
Revert wrong shared lib fix
Diffstat (limited to 'tools/gen-deps.sh')
-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"