make usage_compressed.h generation _always_ update mtime
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Jul 2010 00:29:47 +0000 (02:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Jul 2010 00:29:47 +0000 (02:29 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
applets/usage_compressed

index 9ddf16d..e1fd0d9 100755 (executable)
@@ -40,8 +40,4 @@ echo '#define PACKED_USAGE \'
        -e 's/$/ \\/'
 echo ''
 
-if cmp -s "$target.$$" "$target" 2>/dev/null; then
-    rm -- "$target.$$"
-else
-    mv -- "$target.$$" "$target"
-fi
+mv -- "$target.$$" "$target"