diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-01 10:08:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-01 10:08:08 +0000 |
commit | e784ad6a4d6348585e0773d5ff7f28bd93bce3ea (patch) | |
tree | 4c9a691f0e18fdf31a9c5913bf722fa1fcb46557 | |
parent | 652e8a1e1beaaab450f56e5cef67a0c15164a88b (diff) | |
download | glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.tar.gz glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.tar.xz glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.zip |
Update.
1998-04-01 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Finally fix dependencies for JOHAB and EUC-KR modules.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | iconvdata/Makefile | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index ff25cfe7da..918d1463c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-04-01 Ulrich Drepper <drepper@cygnus.com> + + * iconvdata/Makefile: Finally fix dependencies for JOHAB and + EUC-KR modules. + 1998-04-1 16:52 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 807b9022f2..14aeaaed1f 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -59,8 +59,13 @@ UHC-routines := uhc ksc5601 libJIS-routines := jis0201 jis0208 jis0212 libKSC-routines := ksc5601 -LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC -LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC +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-libJIS.so = -Wl,-soname,libJIS.so +LDFLAGS-libKSC.so = -Wl,-soname,libKSC.so 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 \ |