diff options
author | Denys Vlasenko | 2010-06-26 02:40:08 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-26 02:40:08 +0200 |
commit | 1fcbff2fac490f5665fc1ed13ddad766a8879f3b (patch) | |
tree | eb2de3837812e53b1adf999fc2f01529dc9c0d28 /shell/hush.c | |
parent | 918f444f9012ca22d696020dff116844400d37d2 (diff) | |
download | busybox-1fcbff2fac490f5665fc1ed13ddad766a8879f3b.zip busybox-1fcbff2fac490f5665fc1ed13ddad766a8879f3b.tar.gz |
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 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/hush.c b/shell/hush.c index e64c923..29ff3c4 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -128,9 +128,7 @@ # define USE_FOR_MMU(...) #endif -#define SKIP_definitions 1 -#include "applet_tables.h" -#undef SKIP_definitions +#include "NUM_APPLETS.h" #if NUM_APPLETS == 1 /* STANDALONE does not make sense, and won't compile */ # undef CONFIG_FEATURE_SH_STANDALONE |