Remove unused math/Makefile variable libm-test-incs [committed]

Message ID alpine.DEB.2.20.1802091815550.22127@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Feb. 9, 2018, 6:16 p.m. UTC
  The math/Makefile variable libm-test-incs was formerly used, but no
longer is.  This patch removes it.

Tested for x86_64.  Committed.

2018-02-09  Joseph Myers  <joseph@codesourcery.com>

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

Patch

diff --git a/math/Makefile b/math/Makefile
index 4c8703c..5538aa2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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