From ffb536d0ac914a110c160c48d01097d132e20531 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 29 Nov 2013 16:27:55 +0000 Subject: Start generating libm tests automatically with MPFR. --- math/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index fcccab2051..d178789fb5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -112,7 +112,8 @@ ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps))) $(addprefix $(objpfx), $(libm-tests-generated)): $(objpfx)libm-test.stmp -$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl +$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl \ + auto-libm-test-out $(make-target-directory) $(PERL) gen-libm-test.pl -u $< -o "$(objpfx)" @echo > $@ -- cgit 1.4.1