diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-08 05:57:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-08 05:57:47 +0000 |
commit | 9f2bedd02f3c6df26864ede5354fc43e869f0409 (patch) | |
tree | 6618e42a3bbc4c1c8c2edb531c60fc743516c2af /localedata/Makefile | |
parent | 4dbb64174c5cc00dc2aa40784b57889f8e0b6c5e (diff) | |
download | glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.tar glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.tar.gz glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.tar.bz2 glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.zip |
Update.
2001-07-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index b862311eff..d49a8280e0 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -144,7 +144,7 @@ $(addprefix $(objpfx),$(CTYPE_FILES)): %: \ $(addprefix charmaps/,$(CHARMAPS)) $(addprefix locales/,$(LOCALE_SRCS)) @$(SHELL) -e gen-locale.sh $(common-objpfx) '$(built-program-cmd)' $@ -$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: \ +$(addsuffix .out,$(addprefix $(objpfx),$(tests))): %: \ $(addprefix $(objpfx),$(CTYPE_FILES)) tests: $(objpfx)sort-test.out $(objpfx)tst-fmon.out $(objpfx)tst-locale.out \ |