diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-31 01:23:34 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-31 01:23:34 +0200 |
commit | 86bb6c482282b56bdcf69b2836d5fca09265336f (patch) | |
tree | 649692a695dfa3704a722fc7d8a854a7fa0ab8be /test/math/Makefile.in | |
parent | e9807e243b454b06f279d7593abaeb74c73aef1e (diff) |
libm: fix false positives in double tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'test/math/Makefile.in')
-rw-r--r-- | test/math/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/Makefile.in b/test/math/Makefile.in index 9ceb6c6d5..0acbe9cac 100644 --- a/test/math/Makefile.in +++ b/test/math/Makefile.in @@ -24,7 +24,7 @@ PERL := /usr/bin/perl $(TESTS): libm-test.c -libm-test.c: libm-test.inc gen-libm-test.pl +libm-test.c: libm-test-ulps-$(TARGET_ARCH) libm-test.inc gen-libm-test.pl $(Q)$(PERL) ./gen-libm-test.pl -u libm-test-ulps-$(TARGET_ARCH) ./libm-test.inc -o "." 2>&1 > /dev/null EXTRA_CLEAN := libm-test.c libm-test-ulps.h |