diff options
Diffstat (limited to 'build/special.mk')
-rw-r--r-- | build/special.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/special.mk b/build/special.mk index cb3e8d1662..5be54a7c19 100644 --- a/build/special.mk +++ b/build/special.mk @@ -68,7 +68,7 @@ install-modules: if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \ list='$(shared)'; \ for i in $$list; do \ - $(SH_LIBTOOL) --mode=install cp $$i $(libexecdir); \ + $(top_builddir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(libexecdir); \ done; \ fi |