Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 36c92345e21161f11a3f15347a82b5c379658a25)
+++ uspace/Makefile	(revision b76f2f85ffb6421f653aa078c6a01b7bfd833786)
@@ -78,6 +78,6 @@
 
 clean: $(CLEANS)
-	find $(SOURCES) -name '*.o' -follow -exec rm \{\} \;
-	find libc -name "_link.ld" -exec rm \{\} \;
+	find $(DIRS) -name '*.o' -follow -exec rm \{\} \;
+	find lib/libc -name "_link.ld" -exec rm \{\} \;
 
 distclean: clean
