Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
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.
  • Loading branch information
Ulrich Drepper committed Nov 26, 2002
1 parent 12f492c commit 9b1a4ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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>
Expand Down
4 changes: 3 additions & 1 deletion iconvdata/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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)) \
Expand Down
File renamed without changes.

0 comments on commit 9b1a4ec

Please sign in to comment.