Index: uspace/lib/c/Makefile
===================================================================
--- uspace/lib/c/Makefile	(revision e175d69c617c81c9a4cfc0671129660b34333ff4)
+++ uspace/lib/c/Makefile	(revision 53d9ee96329510963ab21f729dcc2e29c0617773)
@@ -52,5 +52,5 @@
 LIBRARY = libc
 SLIBRARY = libc.so.0.0
-LSONAME = libc.so.0
+LSONAME = libc.so0
 
 
Index: uspace/lib/softint/Makefile
===================================================================
--- uspace/lib/softint/Makefile	(revision e175d69c617c81c9a4cfc0671129660b34333ff4)
+++ uspace/lib/softint/Makefile	(revision 53d9ee96329510963ab21f729dcc2e29c0617773)
@@ -32,8 +32,8 @@
 LIBRARY = libsoftint
 SLIBRARY = libsoftint.so.0.0
-LSONAME = libsoftint.so.0
+LSONAME = libsofti.so0
 
 SOURCES = \
-	generic/division.c\
+	generic/division.c \
 	generic/multiplication.c
 
