summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 25740cb097..d21d7114e0 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -275,7 +275,7 @@ ifndef +link
endif
ifndef config-LDFLAGS
ifeq (yes,$(build-shared))
-config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)$(rtld-installed-name)
+config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)/$(rtld-installed-name)
endif
endif
ifndef link-libc