dd: code shrink
[oweals/busybox.git] / applets / Kbuild.src
index 31fee8d1e31321b5d3de248eba6bcdebd5ee4df6..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
@@ -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)