diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |