Switch to side-by-side view

--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -7,8 +7,9 @@
 
 all: $(PROGS) $(BIGLIB)
 
-$(BIGLIB):
+$(BIGLIB): force
 	cd $(depth)/lib;$(MAKE)
+force:
 
 FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
 trfstreewalk : $(FSTREEWALK_OBJS)