diff options
author | Rob Landley <rob@landley.net> | 2006-06-13 14:37:14 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-13 14:37:14 +0000 |
commit | 1dea55d577641540bfc85f1d969667d89539ef6d (patch) | |
tree | 41b0433c117235a047f135410bdcd3d8a1169091 | |
parent | 7b8ff22685339709c84a67fcb43147c2e4971afa (diff) | |
download | busybox-w32-1dea55d577641540bfc85f1d969667d89539ef6d.tar.gz busybox-w32-1dea55d577641540bfc85f1d969667d89539ef6d.tar.bz2 busybox-w32-1dea55d577641540bfc85f1d969667d89539ef6d.zip |
Fix from Paul Fox to make compressed help text notice config changes.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ endif | |||
437 | 437 | ||
438 | ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y) | 438 | ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y) |
439 | USAGE_BIN:=scripts/usage | 439 | USAGE_BIN:=scripts/usage |
440 | $(USAGE_BIN): $(top_srcdir)/scripts/usage.c | 440 | $(USAGE_BIN): $(top_srcdir)/scripts/usage.c .config |
441 | $(do_link.h) | 441 | $(do_link.h) |
442 | 442 | ||
443 | DEP_INCLUDES += include/usage_compressed.h | 443 | DEP_INCLUDES += include/usage_compressed.h |