about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-28 18:04:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-28 18:04:12 +0000
commit044ff6223a1787c61eca915338e8be61e1eb9b42 (patch)
treeed8ad47f1ce115cffc34e2136ce6c3c6f521cbd5 /localedata/Makefile
parentf7b74fc0fbe65f43bc5be0546099f7bd67212df8 (diff)
downloadglibc-044ff6223a1787c61eca915338e8be61e1eb9b42.tar.gz
glibc-044ff6223a1787c61eca915338e8be61e1eb9b42.tar.xz
glibc-044ff6223a1787c61eca915338e8be61e1eb9b42.zip
Update.
2000-06-28  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/jis0208.h: Remove redundant test.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile3
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