Index: uspace/Makefile.common
===================================================================
--- uspace/Makefile.common	(revision 7eaeec113ff74c8737354abec7d5185097de8278)
+++ uspace/Makefile.common	(revision 6a97f2ea3c4f71172cab225715f56c5b882ffe26)
@@ -290,10 +290,10 @@
 
 ifneq ($(LIBRARY),)
-%.a: $(OBJECTS)
+$(LIBRARY).a: $(OBJECTS)
 	$(AR) rc $@ $(OBJECTS)
 endif
 
 ifneq ($(SLIBRARY),)
-%.la: $(LOBJECTS)
+$(LIBRARY).la: $(LOBJECTS)
 	$(AR) rc $@ $(LOBJECTS)
 endif
Index: uspace/lib/bithenge/Makefile
===================================================================
--- uspace/lib/bithenge/Makefile	(revision 7eaeec113ff74c8737354abec7d5185097de8278)
+++ uspace/lib/bithenge/Makefile	(revision 6a97f2ea3c4f71172cab225715f56c5b882ffe26)
@@ -29,5 +29,4 @@
 USPACE_PREFIX = ../..
 LIBRARY = libbithenge
-LIBS = $(LIBBLOCK_PREFIX)/libblock.a
 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__
 
