Bugfixes.
 -Erik
diff --git a/Makefile b/Makefile
index 77a0486..475a6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -101,13 +101,13 @@
 busybox: $(OBJECTS)
 	$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
 	$(STRIP)
+	
+docs: docs/busybox.pod
+	$(MAKE) -C docs clean all
 
 busybox.links: busybox.def.h
 	- ./busybox.mkll | sort >$@
 
-docs:	docs/busybox.pod
-	$(MAKE) -C docs clean all 
-
 regexp.o nfsmount.o: %.o: %.h
 $(OBJECTS): %.o: busybox.def.h internal.h  %.c