build system: always rewrite NUM_APPLETS.h
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Aug 2016 18:21:36 +0000 (20:21 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Aug 2016 18:21:36 +0000 (20:21 +0200)
commit0dddbc1a59795a77679d8c5ef48a2795cb470563
treec0b9b3895f4cb4710d26111237f782d34459c10b
parent29483ffb075f1a64d2183ebe188b83f5704ba637
build system: always rewrite NUM_APPLETS.h

Conditional rewrite can keep NUM_APPLETS.h mtime old,
this causes make to try to regenerate it at every invocation.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
applets/applet_tables.c