diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 23:33:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 23:33:28 +0000 |
commit | 13d9048a161a5d6c8768f061a70f954eb1220f8d (patch) | |
tree | efb200d420ead2ea838fb37510a446b0e55b612b /iconvdata/Makefile | |
parent | 9639d01449f11b0d8858e13250d49107c6b9ee69 (diff) | |
download | glibc-13d9048a161a5d6c8768f061a70f954eb1220f8d.tar.gz glibc-13d9048a161a5d6c8768f061a70f954eb1220f8d.tar.xz glibc-13d9048a161a5d6c8768f061a70f954eb1220f8d.zip |
Update
1998-05-20 Ulrich Drepper <drepper@cygnus.com> * iconvdata/TESTS: New tests for EUC-KR. * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS. * iconvdata/testdata/EUC-KR: New file.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index c29a4b018d..e158dcfc14 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -482,7 +482,7 @@ tests: $(objpfx)iconv-test.out $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \ $(addprefix $(objpfx),$(modules.so)) \ - $(common-objdir)/iconv/iconv_prog + $(common-objdir)/iconv/iconv_prog TESTS $(SHELL) -e $< $(common-objdir) > $@ ifdef objpfx |