make usage_compressed.h generation _always_ update mtime

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-07-08 02:29:47 +02:00
parent d3c2b71ffa
commit 1d36f24bcb

View File

@ -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"