diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-22 04:39:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-22 04:39:52 +0000 |
commit | 8470bd531c35eabe4abd89b61d05d8ebb2516b0f (patch) | |
tree | 61b1ee0ad536117497536b75428a418e2f4055ec /ChangeLog | |
parent | 5bff60090a567ebf39596f547db99b9706ab7516 (diff) | |
download | glibc-8470bd531c35eabe4abd89b61d05d8ebb2516b0f.tar.gz glibc-8470bd531c35eabe4abd89b61d05d8ebb2516b0f.tar.xz glibc-8470bd531c35eabe4abd89b61d05d8ebb2516b0f.zip |
* wcsmbs/Makefile (strtox-CFLAGS): New variable,
put -I../include before -I../stdlib so we get the right errno.h et al. (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib. (CFLAGS-wcstof.c): Likewise. (CFLAGS-wcstold.c): Likewise. (CFLAGS-wcstod_l.c): Likewise. (CFLAGS-wcstof_l.c): Likewise. (CFLAGS-wcstold_l.c): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8fe7af07fd..19a81d4d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-07-21 Roland McGrath <roland@frob.com> + + * wcsmbs/Makefile (strtox-CFLAGS): New variable, + put -I../include before -I../stdlib so we get the right errno.h et al. + (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib. + (CFLAGS-wcstof.c): Likewise. + (CFLAGS-wcstold.c): Likewise. + (CFLAGS-wcstod_l.c): Likewise. + (CFLAGS-wcstof_l.c): Likewise. + (CFLAGS-wcstold_l.c): Likewise. + 2002-07-19 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output. |