summaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-16 18:20:31 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-16 18:20:31 +0000
commit3858abff55a4088377ceaeeccf5ff06d6129b331 (patch)
treedfdf22d6df67d3ba7f7133e9acba693c2927ecc1 /elf/Makefile
parentf886bea4481c8802d77e2314f97ce526dd1dc73d (diff)
Update.
* elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but on $(rtld-ldscript).
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 739c230608..f45f7b0321 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -106,7 +106,7 @@ $(rtld-ldscript): $(rtld-ldscript-in) $(rtld-parms)
-e 's#@@rtld-base@@#$(rtld-base)#' $< >$@
endif
-$(objpfx)ld.so: $(objpfx)librtld.os $(objpfx)rtld-ldscript
+$(objpfx)ld.so: $(objpfx)librtld.os $(addprefix $(objpfx),$(rtld-ldscript))
$(rtld-link) -Wl,-soname=$(rtld-installed-name)
define rtld-link