Update timestamps in the OBJDIR folder
This commit is contained in:
parent
7f71f62ac4
commit
153ae7d13a
|
@ -208,7 +208,7 @@ while [ $# -gt 0 ]; do
|
||||||
_error "$target: Could not create documentation"
|
_error "$target: Could not create documentation"
|
||||||
install=0
|
install=0
|
||||||
fi
|
fi
|
||||||
$TOUCH "$target"
|
$TOUCH "${OBJDIR}$target"
|
||||||
|
|
||||||
#install
|
#install
|
||||||
if [ "$install" -eq 1 ]; then
|
if [ "$install" -eq 1 ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user