Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 1998 08:11:45 +0000 (08:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 1998 08:11:45 +0000 (08:11 +0000)
1998-04-01  Ulrich Drepper  <drepper@cygnus.com>

* iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
JOHAB.so.

ChangeLog
iconvdata/Makefile
sysdeps/unix/sysv/linux/configure

index f765982..fec9c38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
+       JOHAB.so.
+
 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
 
        * io/Makefile (static-only-routines): Add stat64, fstat64 and
index 6897ce6..807b902 100644 (file)
@@ -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   \
index dfee18f..2b8483c 100644 (file)
@@ -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
     ;;
   *)