From cab24c3767986d0c4c336634756b4de5aee3a797 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Apr 1998 11:18:13 +0000 Subject: Update. 1998-04-02 Andreas Schwab * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide default. 1998-04-02 Andreas Schwab * Makerules (installed-libcs): Fix typo. 1998-04-02 Andreas Schwab * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC. (UHC-routines): Remove ksc5601. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 108b2fe64f..094706bff2 100644 --- a/Makerules +++ b/Makerules @@ -649,7 +649,7 @@ endef # should install libc.a; this way "make install" in a subdir is guaranteed # to install everything it changes. ifdef objects -installed-libcs := $(foreach o,$(filter-out .so,$(object-suffixes-for-libc)),\ +installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\ $(inst_libdir)/$(patsubst %,$(libtype$o),\ $(libprefix)$(libc-name))) install: $(installed-libcs) -- cgit 1.4.1