diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 11:18:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 11:18:13 +0000 |
commit | cab24c3767986d0c4c336634756b4de5aee3a797 (patch) | |
tree | b72ea4f009154a92f959bead5ae8a13364190b27 /Makerules | |
parent | eb098700c8daa989605f6cd819402f5d4fbebb6d (diff) | |
download | glibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar glibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.gz glibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.bz2 glibc-cab24c3767986d0c4c336634756b4de5aee3a797.zip |
Update.
1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
default.
1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makerules (installed-libcs): Fix typo.
1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
(UHC-routines): Remove ksc5601.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |