diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/Makefile b/math/Makefile index c47a3a4a9f..01345fb775 100644 --- a/math/Makefile +++ b/math/Makefile @@ -22,15 +22,15 @@ subdir := math include ../Makeconfig # Installed header files. -headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \ - bits/huge_valf.h bits/huge_vall.h bits/inf.h bits/nan.h \ +headers := math.h bits/mathcalls.h bits/mathinline.h \ + bits/inf.h bits/nan.h \ fpu_control.h complex.h bits/cmathcalls.h fenv.h \ bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \ bits/math-finite.h bits/math-vector.h \ bits/libm-simd-decl-stubs.h bits/iscanonical.h \ bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \ bits/long-double.h bits/mathcalls-helper-functions.h \ - bits/floatn.h bits/huge_val_flt128.h + bits/floatn.h # FPU support code. aux := setfpucw fpu_control |