From 993113a03f53c30774e1aea8befdb286239a67ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 23:07:42 +0000 Subject: [PATCH] (install): Change comment for libc.so following the libc_nonshared changes. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makerules b/Makerules index e7ef90eae19..6c29d179916 100644 --- a/Makerules +++ b/Makerules @@ -667,7 +667,7 @@ ifndef subdir # What we install as libc.so for programs to link against is in fact a # link script. It contains references for the various libraries we need. # The libc.so object is not complete since some functions are only defined -# in libc.a and the dynamic linker is an etra object. +# in libc_nonshared.a. install: $(inst_libdir)/libc.so $(inst_libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \ $(inst_libdir)/$(patsubst %,$(libtype.So),\ -- 2.47.2