From 1796d83f0f1b602f471047d71192155b3276d5a0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 23:54:12 +0000 Subject: [PATCH] Mon May 13 19:52:33 1996 Roland McGrath * elf/Makefile (subdir_lib): Depend on ld.so. --- ChangeLog | 4 ++++ elf/Makefile | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad48409..461f78c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 13 19:52:33 1996 Roland McGrath + + * elf/Makefile (subdir_lib): Depend on ld.so. + Sun May 12 22:52:22 1996 Bruce Elliott * stdio-common/vfprintf.c: Correct handling of unsigned short diff --git a/elf/Makefile b/elf/Makefile index c973a0f..6569a7e 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 -- 2.7.4