diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) install: test ! -x $(common-objpfx)elf/ldconfig || \ - $(common-objpfx)elf/ldconfig -d + $(common-objpfx)elf/ldconfig -d $(inst_slibdir) $(inst_libdir) endif endif |