Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-13 18:37:14 +0400
committerRob Landley <rob@landley.net>2006-06-13 18:37:14 +0400
commit1dea55d577641540bfc85f1d969667d89539ef6d (patch)
tree41b0433c117235a047f135410bdcd3d8a1169091 /Makefile
parent7b8ff22685339709c84a67fcb43147c2e4971afa (diff)
Fix from Paul Fox to make compressed help text notice config changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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