diff --git a/make.sh b/make.sh index 922fc4b4c..21b7faf01 100755 --- a/make.sh +++ b/make.sh @@ -2463,7 +2463,7 @@ update-contributors) ;; find-dependencies) shift - exec "${BASEDIR}/tools/find-dependencies" "${BASEDIR}/build" "$@" + exec "${BASEDIR}/tools/find-dependencies" "${BUILD_DIR}" "$@" ;; check-manualpages) echo "Checking the manual pages for broken links..."