dd: code shrink
[oweals/busybox.git] / applets / Kbuild.src
index e3bac968102108bfc4eb8795b7ec328c39deb08b..b61239948983cc5c9bb3e6c9a8b78421bb9524ed 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 #
-# Licensed under the GPL v2, see the file LICENSE in this tarball.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 obj-y :=
 obj-y += applets.o
@@ -38,7 +38,10 @@ include/usage_compressed.h: applets/usage $(srctree_slash)applets/usage_compress
        $(call cmd,gen_usage_compressed)
 
 quiet_cmd_gen_applet_tables = GEN     include/applet_tables.h
-      cmd_gen_applet_tables = applets/applet_tables include/applet_tables.h
+      cmd_gen_applet_tables = applets/applet_tables include/applet_tables.h include/NUM_APPLETS.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)