aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-03-06 23:48:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-03-06 23:48:24 +0100
commitbff5f3f2b4c568aa516ee3ec9201c887c0f1eca4 (patch)
treec6579a634d029811024282e305ac5b4b9d5dd91d /applets
parent726ebbaa9f1cae426b5f2a4bddbe0a88c81d754e (diff)
downloadbusybox-bff5f3f2b4c568aa516ee3ec9201c887c0f1eca4.tar.gz
fix bit rot in scripts/Makefile.IMA #2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets')
-rw-r--r--applets/Kbuild.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/Kbuild.src b/applets/Kbuild.src
index 9b9808f25..b61239948 100644
--- a/applets/Kbuild.src
+++ b/applets/Kbuild.src
@@ -42,3 +42,6 @@ quiet_cmd_gen_applet_tables = GEN include/applet_tables.h
include/applet_tables.h: applets/applet_tables
$(call cmd,gen_applet_tables)
+
+include/NUM_APPLETS.h: applets/applet_tables
+ $(call cmd,gen_applet_tables)