From: Rob Landley Date: Tue, 13 Jun 2006 14:37:14 +0000 (-0000) Subject: Fix from Paul Fox to make compressed help text notice config changes. X-Git-Tag: 1_2_0~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dea55d577641540bfc85f1d969667d89539ef6d;p=oweals%2Fbusybox.git Fix from Paul Fox to make compressed help text notice config changes. --- diff --git a/Makefile b/Makefile index 036888e3d..e5ac83167 100644 --- 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