commit | 1dea55d577641540bfc85f1d969667d89539ef6d | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jun 13 14:37:14 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Jun 13 14:37:14 2006 +0000 |
tree | 41b0433c117235a047f135410bdcd3d8a1169091 | |
parent | 7b8ff22685339709c84a67fcb43147c2e4971afa [diff] [blame] |
Fix from Paul Fox to make compressed help text notice config changes.
diff --git a/Makefile b/Makefile index 036888e..e5ac831 100644 --- a/Makefile +++ b/Makefile
@@ -437,7 +437,7 @@ 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