From 1d97d6ac3bf8fa241535793b31acd685ee32d6c2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Apr 1998 08:11:45 +0000 Subject: [PATCH] Update. 1998-04-01 Ulrich Drepper * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and JOHAB.so. --- ChangeLog | 5 +++++ iconvdata/Makefile | 2 -- sysdeps/unix/sysv/linux/configure | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f765982..fec9c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-04-01 Ulrich Drepper + + * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and + JOHAB.so. + 1998-04-01 13:20 Mark Kettenis * io/Makefile (static-only-routines): Add stat64, fstat64 and diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 6897ce6..807b902 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -60,9 +60,7 @@ libJIS-routines := jis0201 jis0208 jis0212 libKSC-routines := ksc5601 LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC -$(objpfx)EUC-KR.so: $(objpfx)libKSC.so LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC -$(objpfx)JOHAB.so: $(objpfx)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 \ diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index dfee18f..2b8483c 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -102,7 +102,7 @@ fi # We need some extensions to the `ldd' script. case "$machine" in - i[3456]86* | m68k | sparc/sparc32) + i[3456]86* | m68* | sparc/sparc32) ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed ;; *) -- 2.7.4