]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 26 Nov 2002 02:22:06 +0000 (02:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 26 Nov 2002 02:22:06 +0000 (02:22 +0000)
2002-11-25  Ulrich Drepper  <drepper@redhat.com>

* iconv/Makefile (tests): Remove tst-iconv4.c
* iconv/tst-iconv4.c: Moved to...
* iconvdata/tst-iconv4.c: ...here.  New file.
* iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.

ChangeLog
iconvdata/Makefile
iconvdata/tst-iconv4.c [moved from iconv/tst-iconv4.c with 100% similarity]

index f2b1a889876c50f1f1b742d9994acd0a164163e4..be335e49ff1223b6d7bd082af2f78a6b8bb31314 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-11-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * iconv/Makefile (tests): Remove tst-iconv4.c
+       * iconv/tst-iconv4.c: Moved to...
+       * iconvdata/tst-iconv4.c: ...here.  New file.
+       * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
+
 2002-11-25  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
index 413ab05230e26902a00e7bf2657562fd1a3b6d55..0b36ead0139ddf7baf42b23e2cf79ab0610f546d 100644 (file)
@@ -58,7 +58,7 @@ modules.so := $(addsuffix .so, $(modules))
 include ../Makeconfig
 
 ifeq (yes,$(build-shared))
-tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big
+tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4
 
 test-srcs := tst-table-from tst-table-to
 endif
@@ -321,6 +321,8 @@ $(objpfx)bug-iconv2.out: $(objpfx)gconv-modules \
                         $(addprefix $(objpfx),$(modules.so))
 $(objpfx)tst-loading.out: $(objpfx)gconv-modules \
                          $(addprefix $(objpfx),$(modules.so))
+$(objpfx)tst-iconv4.out: $(objpfx)gconv-modules \
+                        $(addprefix $(objpfx),$(modules.so))
 
 $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
                         $(addprefix $(objpfx),$(modules.so)) \
similarity index 100%
rename from iconv/tst-iconv4.c
rename to iconvdata/tst-iconv4.c