diff --git a/tools/build/options/makeman b/tools/build/options/makeman index 5a8b207b228a..db0b75363a85 100755 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -20,6 +20,8 @@ set -o errexit export LC_ALL=C +# just be clear that we are not making anything +export UPDATE_DEPENDFILE=no t=$(mktemp -d -t makeman) trap 'test -d $t && rm -rf $t' exit