From: Joseph Myers Date: Fri, 9 Feb 2018 18:15:32 +0000 (+0000) Subject: Remove unused math/Makefile variable libm-test-incs. X-Git-Tag: glibc-2.28~619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd475876f4b71474a640fc2d4c6904e03f3fedc;p=thirdparty%2Fglibc.git Remove unused math/Makefile variable libm-test-incs. 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. --- diff --git a/ChangeLog b/ChangeLog index 385e8667b8d..ff718e73a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-02-09 Joseph Myers + + * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable. + 2018-02-09 Wilco Dijkstra * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing diff --git a/math/Makefile b/math/Makefile index 4c8703c71e0..5538aa2207a 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