From 361abdf198cb3ffbc110373a06f93d4229802ae9 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 24 Nov 2006 09:07:26 +0000 Subject: 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(-) (limited to 'tools/make_libdeps.sh') diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh index 1a37649..167bfc6 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}"$( -- cgit v1.1