Fix from Paul Fox to make compressed help text notice config changes.
[oweals/busybox.git] / Makefile
index 036888e3d9bc2e4c915c2d1b01d240b82ed5ffa8..e5ac831678b82fa98743b5af3256eddfdef54b7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ endif
 
 ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y)
 USAGE_BIN:=scripts/usage
-$(USAGE_BIN): $(top_srcdir)/scripts/usage.c
+$(USAGE_BIN): $(top_srcdir)/scripts/usage.c .config
        $(do_link.h)
 
 DEP_INCLUDES += include/usage_compressed.h