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
This commit is contained in:
parent
217112e529
commit
0ff56caba8
@ -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}"$(
|
||||
|
Loading…
x
Reference in New Issue
Block a user