summaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index be7604de8e..712fd99a57 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -99,7 +99,7 @@ ifneq (ld.so, $(rtld-installed-name))
# against it.
$(objpfx)$(rtld-installed-name): $(objpfx)ld.so
rm -f $@
- ln $< $@
+ ln -s $(<F) $@
endif
# The Linux-compatible dynamic linker shared object is just the same