make usage_compressed.h generation _always_ update mtime
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d3c2b71ffa
commit
1d36f24bcb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user