diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-26 02:40:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-26 02:40:08 +0200 |
commit | 1fcbff2fac490f5665fc1ed13ddad766a8879f3b (patch) | |
tree | eb2de3837812e53b1adf999fc2f01529dc9c0d28 /libbb | |
parent | 918f444f9012ca22d696020dff116844400d37d2 (diff) |
build system: do not rebuild ash and hush on any change to any .c file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index f3d530184..58f1a9490 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -61,7 +61,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE; #else # define usage_messages 0 -#endif /* SHOW_USAGE */ +#endif #if ENABLE_FEATURE_COMPRESS_USAGE |