From 153ae7d13aaac2393f27cbdfeca6ffc5bb987ad2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Jan 2020 06:27:33 +0100 Subject: [PATCH] Update timestamps in the OBJDIR folder --- doc/scripts/gtkdoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/gtkdoc.sh b/doc/scripts/gtkdoc.sh index 776e280..6ae421f 100755 --- a/doc/scripts/gtkdoc.sh +++ b/doc/scripts/gtkdoc.sh @@ -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