]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 13 May 1996 23:54:12 +0000 (23:54 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 May 1996 23:54:12 +0000 (23:54 +0000)
* elf/Makefile (subdir_lib): Depend on ld.so.

ChangeLog
elf/Makefile

index ad484099d5108591ca30348fa06afe00f48edea1..461f78cf98789f45a003f4ff2d60eef5465d8f61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 13 19:52:33 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * elf/Makefile (subdir_lib): Depend on ld.so.
+
 Sun May 12 22:52:22 1996  Bruce Elliott  <belliott@accessone.com>
 
        * stdio-common/vfprintf.c: Correct handling of unsigned short
index c973a0f4617ae51d36b3924ba7cb0774abb22c97..6569a7e57365e6e9b8ec520885c6a849a0276d54 100644 (file)
@@ -43,9 +43,14 @@ generated    = librtld.so dl-allobjs.so
 install-others = $(slibdir)/$(rtld-installed-name)
 install-bin    = ldd
 
+# Make sure this is built in the `make lib' pass so it can be used
+# to run programs during the `make others' pass.
+subdir_lib: $(objpfx)ld.so
+
 ifneq (,$(filter linux%,$(config-os)))
 extra-objs     += linux-compat.so
 install-others += $(slibdir)/ld-linux.so.1
+subdir_lib: $(objpfx)ld-linux.so.1
 endif
 endif