commit | 1fcbff2fac490f5665fc1ed13ddad766a8879f3b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jun 26 02:40:08 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jun 26 02:40:08 2010 +0200 |
tree | eb2de3837812e53b1adf999fc2f01529dc9c0d28 | |
parent | 918f444f9012ca22d696020dff116844400d37d2 [diff] [blame] |
build system: do not rebuild ash and hush on any change to any .c file Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index f3d5301..58f1a94 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