mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fix from Paul Fox to make compressed help text notice config changes.
This commit is contained in:
parent
7b8ff22685
commit
1dea55d577
2
Makefile
2
Makefile
@ -437,7 +437,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y)
|
ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y)
|
||||||
USAGE_BIN:=scripts/usage
|
USAGE_BIN:=scripts/usage
|
||||||
$(USAGE_BIN): $(top_srcdir)/scripts/usage.c
|
$(USAGE_BIN): $(top_srcdir)/scripts/usage.c .config
|
||||||
$(do_link.h)
|
$(do_link.h)
|
||||||
|
|
||||||
DEP_INCLUDES += include/usage_compressed.h
|
DEP_INCLUDES += include/usage_compressed.h
|
||||||
|
Loading…
Reference in New Issue
Block a user