diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-02 13:52:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-02 13:52:36 +0000 |
commit | 0a591acd0e220887075c474c611cc588d4d41edc (patch) | |
tree | a58d3b58150cb2621bdfdfe9e1eeef3b263b060e /math | |
parent | 0f50c8d300b6635259496082162835d8a1e4cab4 (diff) | |
download | glibc-0a591acd0e220887075c474c611cc588d4d41edc.zip glibc-0a591acd0e220887075c474c611cc588d4d41edc.tar.gz glibc-0a591acd0e220887075c474c611cc588d4d41edc.tar.bz2 |
2000-04-30 Bruno Haible <haible@clisp.cons.org>
* math/Makefile (headers): Add bits/fenvinline.h.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 0981006..408e6eb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -23,7 +23,7 @@ subdir := math # Installed header files. headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \ bits/nan.h fpu_control.h complex.h bits/cmathcalls.h \ - fenv.h bits/fenv.h bits/mathdef.h tgmath.h + fenv.h bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h # Internal header files. distribute := math_ldbl.h math_private.h machine/asm.h |