diff options
-rw-r--r-- | tools/make_libdeps.sh | 2 |
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}"$( |