about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-03 11:18:13 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-03 11:18:13 +0000
commitcab24c3767986d0c4c336634756b4de5aee3a797 (patch)
treeb72ea4f009154a92f959bead5ae8a13364190b27 /iconvdata
parenteb098700c8daa989605f6cd819402f5d4fbebb6d (diff)
downloadglibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.gz
glibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.xz
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 'iconvdata')
-rw-r--r--iconvdata/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index bf9a25614b..cd635d86d6 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -56,7 +56,7 @@ EBCDIC-AT-DE-A-routines := ebcdic-at-de-a
 EBCDIC-CA-FR-routines := ebcdic-ca-fr
 EUC-KR-routines := euckr
 JOHAB-routines := johab
-UHC-routines := uhc ksc5601
+UHC-routines := uhc
 libJIS-routines := jis0201 jis0208 jis0212
 libKSC-routines := ksc5601
 
@@ -64,9 +64,11 @@ LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir)
 $(objpfx)EUC-KR.so: $(objpfx)libKSC.so
 LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir)
 $(objpfx)JOHAB.so: $(objpfx)libKSC.so
+LDFLAGS-UHC.so = -Wl,-rpath,$(gconvdir)
+$(objpfx)UHC.so: $(objpfx)libKSC.so
 
-LDFLAGS-libJIS.so = -Wl,-soname,libJIS.so
-LDFLAGS-libKSC.so = -Wl,-soname,libKSC.so
+LDFLAGS-libJIS.so = -Wl,-soname,$(@F)
+LDFLAGS-libKSC.so = -Wl,-soname,$(@F)
 
 distribute := 8bit-generic.c 8bit-gap.c gap.pl gaptab.pl gconv-modules	    \
 	      iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c   \