diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-02-09 18:15:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-02-09 18:15:32 +0000 |
commit | bfd475876f4b71474a640fc2d4c6904e03f3fedc (patch) | |
tree | 4a7e7513d333d8b867870ebff51bdf5de92c1a64 /math | |
parent | 3f8d9d58c59fdbe27301d0e18bfd426a5f2edf19 (diff) | |
download | glibc-bfd475876f4b71474a640fc2d4c6904e03f3fedc.zip glibc-bfd475876f4b71474a640fc2d4c6904e03f3fedc.tar.gz glibc-bfd475876f4b71474a640fc2d4c6904e03f3fedc.tar.bz2 |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |