Index: uspace/lib/softint/Makefile
===================================================================
--- uspace/lib/softint/Makefile	(revision 9a0367fa3b9a9c76101f2153a0f10900ea972c2b)
+++ uspace/lib/softint/Makefile	(revision 751d51bfc954dc78b2e85bb938b7979e5a75b33d)
@@ -30,7 +30,6 @@
 #
 
--include ../../../Makefile.config
+LIBC_PREFIX = ../libc
 
-LIBC_PREFIX = ../libc
 ## Setup toolchain
 #
@@ -61,5 +60,5 @@
 
 depend:
-	-makedepend -f - -- $(DEFS) $(CFLAGS) -- $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
+	-makedepend -f - -- $(DEPEMD_DEFS) $(CFLAGS) -- $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
 
 libsoftint.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
