Remove unused math/Makefile variable libm-test-incs.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 9 Feb 2018 18:15:32 +0000 (18:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 9 Feb 2018 18:15:32 +0000 (18:15 +0000)
The math/Makefile variable libm-test-incs was formerly used, but no
longer is.  This patch removes it.

Tested for x86_64.

* math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.

ChangeLog
math/Makefile

index 385e8667b8d88e6329f29e9c69e652f286c49757..ff718e73a2bea4fdf9ae4f201f277d590dffdd4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
+
 2018-02-09  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
index 4c8703c71e07875db795c088ad165289dadbbe7d..5538aa2207a2c361dbda1415991eeb3517d0a739 100644 (file)
@@ -303,8 +303,6 @@ $(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
                                                auto-libm-test-out%
        $(make-target-directory)
        $(PERL) gen-libm-test.pl -c $< -a auto-libm-test-out$* -C $@
-
-libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
 endif
 
 ifdef PYTHON