From 0ff56caba8903f8955be3c6903b581df43a508d9 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 24 Nov 2006 09:07:26 +0000 Subject: [PATCH] Make use of mk/ files from a fresh source tree, rather than the currently installed ones. This makes it possible to use the script against Makefiles that uses bsd.own.mk on an old system. Submitted by: bushman --- tools/make_libdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh index 1a3764961469..167bfc6d47b8 100644 --- a/tools/make_libdeps.sh +++ b/tools/make_libdeps.sh @@ -65,7 +65,7 @@ genlibdepends() libdir=$(dirname ${makefile}) deps=$( cd ${libdir} - make -V LDADD + make -m ${USRSRC}/share/mk -V LDADD ) if [ "${deps}" ]; then echo ${libdir}"${FS}"$(