From d8c7ef98c193aa032327efcb7cab081da4025908 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 1996 21:33:17 +0000 Subject: * string/basename.c (basename): Cast FILENAME to char * for return. * Makerules ($(libdir)/libc.so): Put $(rtld-installed) name between libc.so and libc.a in the deps. --- Makerules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 27053f31e8..ff6adcf9d2 100644 --- a/Makerules +++ b/Makerules @@ -595,9 +595,13 @@ ifndef subdir # table of the shared libc object. install: $(libdir)/libc.so $(libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \ + $(elfobjdir)/$(rtld-installed-name) \ $(common-objpfx)libc.a (echo '/* Use the shared library, but some functions are only in';\ - echo ' the static library, so try that secondarily. */';\ + echo ' the static library, so try that secondarily.'; \ + echo ' The dynamic linker defines some functions used by $( $@.new mv -f $@.new $@ -- cgit v1.2.3