summaryrefslogtreecommitdiffstats
path: root/tools/make_libdeps.sh
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-11-24 09:07:26 +0000
committerdelphij <delphij@FreeBSD.org>2006-11-24 09:07:26 +0000
commit361abdf198cb3ffbc110373a06f93d4229802ae9 (patch)
tree5f9cb3664fb9f6cb9c9c6fc5dbeadde5b7f9b0b9 /tools/make_libdeps.sh
parentf366379566b5a20643542dc258fe7abdde09fae2 (diff)
downloadFreeBSD-src-361abdf198cb3ffbc110373a06f93d4229802ae9.zip
FreeBSD-src-361abdf198cb3ffbc110373a06f93d4229802ae9.tar.gz
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
Diffstat (limited to 'tools/make_libdeps.sh')
-rw-r--r--tools/make_libdeps.sh2
1 files changed, 1 insertions, 1 deletions
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}"$(
OpenPOWER on IntegriCloud