build system: do not rebuild ash and hush on any change to any .c file

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-26 02:40:08 +02:00
parent 918f444f90
commit 1fcbff2fac
5 changed files with 26 additions and 10 deletions

View File

@ -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