aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-01 10:08:08 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-01 10:08:08 +0000
commite784ad6a4d6348585e0773d5ff7f28bd93bce3ea (patch)
tree4c9a691f0e18fdf31a9c5913bf722fa1fcb46557 /iconvdata/Makefile
parent652e8a1e1beaaab450f56e5cef67a0c15164a88b (diff)
downloadglibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.tar
glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.tar.gz
glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.tar.bz2
glibc-e784ad6a4d6348585e0773d5ff7f28bd93bce3ea.zip
Update.
1998-04-01 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Finally fix dependencies for JOHAB and EUC-KR modules.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile9
1 files changed, 7 insertions, 2 deletions
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 \