Update timestamps in the OBJDIR folder

This commit is contained in:
Pierre Pronchery 2020-01-13 06:27:33 +01:00
parent 7f71f62ac4
commit 153ae7d13a

View File

@ -208,7 +208,7 @@ while [ $# -gt 0 ]; do
_error "$target: Could not create documentation"
install=0
fi
$TOUCH "$target"
$TOUCH "${OBJDIR}$target"
#install
if [ "$install" -eq 1 ]; then