aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-13 14:37:14 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-13 14:37:14 +0000
commitf7bd7656c16f5156a19213e15192a72aae04c175 (patch)
tree41b0433c117235a047f135410bdcd3d8a1169091 /Makefile
parent3c632e47d60f0d6e8a926eb30679b2e158353e7f (diff)
downloadbusybox-w32-f7bd7656c16f5156a19213e15192a72aae04c175.tar.gz
busybox-w32-f7bd7656c16f5156a19213e15192a72aae04c175.tar.bz2
busybox-w32-f7bd7656c16f5156a19213e15192a72aae04c175.zip
Fix from Paul Fox to make compressed help text notice config changes.
git-svn-id: svn://busybox.net/trunk/busybox@15366 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
437 437
438ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y) 438ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y)
439USAGE_BIN:=scripts/usage 439USAGE_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
443DEP_INCLUDES += include/usage_compressed.h 443DEP_INCLUDES += include/usage_compressed.h