diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 18:04:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 18:04:12 +0000 |
commit | 044ff6223a1787c61eca915338e8be61e1eb9b42 (patch) | |
tree | ed8ad47f1ce115cffc34e2136ce6c3c6f521cbd5 /localedata/Makefile | |
parent | f7b74fc0fbe65f43bc5be0546099f7bd67212df8 (diff) | |
download | glibc-044ff6223a1787c61eca915338e8be61e1eb9b42.tar.gz |
Update.
2000-06-28 Ulrich Drepper <drepper@redhat.com>
* iconvdata/jis0208.h: Remove redundant test.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 7ea9938933..d380c7d8cf 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -132,7 +132,8 @@ do-tst-mbswcs: tst-mbswcs.sh $(objpfx)tst-mbswcs1 $(objpfx)tst-mbswcs2 \ $(SHELL) -e $< $(common-objpfx) do-tst-ctype: tst-ctype.sh $(objpfx)tst-ctype do-collate-test $(SHELL) -e $< $(common-objpfx) -$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: do-tst-ctype +$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: do-tst-ctype\ + do-tst-mbswcs endif endif |