Make usage.c depend on usage.h
 -Erik
diff --git a/Makefile b/Makefile
index c6c23b3..b1f88aa 100644
--- a/Makefile
+++ b/Makefile
@@ -249,6 +249,8 @@
 nfsmount.o cmdedit.o: %.o: %.h
 $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
 
+usage.o: usage.h
+
 utility.o: loop.h
 
 loop.h: mk_loop_h.sh