summaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-30 17:24:28 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-30 17:24:28 +0000
commit6a6c1f9829aea1ef8c605839e06df4efb67d4aa5 (patch)
tree799800e5a3fe7d0c195e0cf16c1bd127da3dbaa1 /localedata/Makefile
parent4ddde9eea7281ffae3b6ebe6d4dd82ea133a7d29 (diff)
Update.
1998-03-30 17:20 Ulrich Drepper <drepper@cygnus.com> * Makerules: Remove duplicate rules to handle stamp.oS. 1998-03-30 Ulrich Drepper <drepper@cygnus.com> * Makefile: Fix test rules from last patch.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 6e9bc20f1b..c01454393b 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -60,14 +60,15 @@ $(inst_i18ndir)/locales/%: locales/%; $(do-install)
ifeq (no,$(cross-compiling))
-.PHONY: do-collate-test do-xfrm-test do-tst-fmon do-tst-rpmatch
-tests: do-collate-test do-xfrm-test do-tst-fmon do-tst-rpmatch
-do-collate-test: sort-test.sh $(objpfx)collate-test $(test-input)
+.PHONY: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
+tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
+do-collate-test: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
+ $(test-input:.ISO-8859-1=.in)
$(SHELL) -e $< $(common-objpfx) $(test-input)
-do-xfrm-test: tst-fmon.sh $(objpfx)xfrm-test tst-fmon.data
- $(SHELL) -e $< $(common-objpfx) tst-fmon.data
do-tst-fmon: tst-locale.sh $(objpfx)tst-fmon $(ld-test-srcs)
$(SHELL) -e $< $(common-objpfx)
+do-tst-locale: tst-locale.sh
+ $(SHELL) -e $< $(common-objpfx)
do-tst-rpmatch: tst-rpmatch.sh $(objpfx)tst-rpmatch
$(SHELL) -e $< $(common-objpfx)
endif