Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Feb 1998 18:20:31 +0000 (18:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Feb 1998 18:20:31 +0000 (18:20 +0000)
* elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
on $(rtld-ldscript).

ChangeLog
elf/Makefile

index a69eef3..8d976e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
 
+       * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
+       on $(rtld-ldscript).
+
        * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
        starting from 0 not only from `from'.
        Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
index 739c230..f45f7b0 100644 (file)
@@ -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